Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
disables push MFA while we fix the challenge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tunderwood committed Oct 6, 2020
1 parent 2dd96b1 commit 1dfa330
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ private void handleMfaResponse(AuthenticationResponse mfaResponse) {

final List<Factor> factors = new ArrayList<>(mfaResponse.getFactors());

factors.removeIf(this::isPush);

validateUserFactors(factors);

factors.forEach(
Expand Down

0 comments on commit 1dfa330

Please sign in to comment.