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 9727af3 commit 40ffa8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct ConfirmSignInWithCodeView<Header: View,
))
}

private var getCurrentMFAType: AuthenticatorFactorType {
private var currentMFAType: AuthenticatorFactorType {
switch authenticatorState.step {
case .confirmSignInWithMFACode(let deliveryDetails),
.confirmSignInWithOTP(let deliveryDetails):
Expand Down

0 comments on commit 40ffa8e

Please sign in to comment.