Skip to content

Commit 9f540ad

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

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
@@ -54,7 +54,7 @@ struct ConfirmSignInWithCodeView<Header: View,
5454
}
5555

5656
private var textFieldLabel: String {
57-
switch getCurrentMFAType {
57+
switch currentMFAType {
5858
case .sms, .none, .email:
5959
return "authenticator.field.code.label".localized()
6060
case .totp:

0 commit comments

Comments
 (0)