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

private var submitButtonTitle: String {
switch getCurrentMFAType {
switch currentMFAType {
case .sms, .none, .email:
return "authenticator.confirmSignInWithCode.button.submit".localized()
case .totp:
Expand Down

0 comments on commit c3bfde4

Please sign in to comment.