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 40ffa8e commit 9f540ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct ConfirmSignInWithCodeView<Header: View,
}

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

0 comments on commit 9f540ad

Please sign in to comment.