Skip to content

Commit

Permalink
fix swift lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Sep 13, 2024
1 parent adaf85d commit f48b356
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct VerifySignInChallenge: Action {

do {

if case .continueSignInWithMFASetupSelection(_) = currentSignInStep {
if case .continueSignInWithMFASetupSelection = currentSignInStep {
let newChallenge = RespondToAuthChallenge(
challenge: .mfaSetup,
username: challenge.username,
Expand Down

0 comments on commit f48b356

Please sign in to comment.