Skip to content

Commit

Permalink
Update Sources/Authenticator/Views/Internal/ConfirmSignInWithCodeView…
Browse files Browse the repository at this point in the history
….swift
  • Loading branch information
ruisebas authored Oct 30, 2024
1 parent 9f540ad commit b4b4668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct ConfirmSignInWithCodeView<Header: View,
}

private var textFieldPlaceholder: String {
switch getCurrentMFAType {
switch currentMFAType {
case .sms, .none, .email:
return "authenticator.field.code.placeholder".localized()
case .totp:
Expand Down

0 comments on commit b4b4668

Please sign in to comment.