Skip to content

Commit b4b4668

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

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
@@ -63,7 +63,7 @@ struct ConfirmSignInWithCodeView<Header: View,
6363
}
6464

6565
private var textFieldPlaceholder: String {
66-
switch getCurrentMFAType {
66+
switch currentMFAType {
6767
case .sms, .none, .email:
6868
return "authenticator.field.code.placeholder".localized()
6969
case .totp:

0 commit comments

Comments
 (0)