Skip to content

Commit

Permalink
chore(authenticator): removed unreachable default switch case
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Dec 26, 2024
1 parent c3d2e02 commit 9faf653
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ class StateMachineBloc
}
}
yield* _checkUserVerification();
default:
break;
}
} on AuthNotAuthorizedException {
/// The .failAuthentication flag available in the DefineAuthChallenge Lambda trigger
Expand Down

0 comments on commit 9faf653

Please sign in to comment.