Skip to content

Commit c3bfde4

Browse files
authored
Update Sources/Authenticator/Views/Internal/ConfirmSignInWithCodeView.swift
1 parent b4b4668 commit c3bfde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Authenticator/Views/Internal/ConfirmSignInWithCodeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct ConfirmSignInWithCodeView<Header: View,
7272
}
7373

7474
private var submitButtonTitle: String {
75-
switch getCurrentMFAType {
75+
switch currentMFAType {
7676
case .sms, .none, .email:
7777
return "authenticator.confirmSignInWithCode.button.submit".localized()
7878
case .totp:

0 commit comments

Comments
 (0)