Skip to content

Commit 40ffa8e

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

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
@@ -34,7 +34,7 @@ struct ConfirmSignInWithCodeView<Header: View,
3434
))
3535
}
3636

37-
private var getCurrentMFAType: AuthenticatorFactorType {
37+
private var currentMFAType: AuthenticatorFactorType {
3838
switch authenticatorState.step {
3939
case .confirmSignInWithMFACode(let deliveryDetails),
4040
.confirmSignInWithOTP(let deliveryDetails):

0 commit comments

Comments
 (0)