Skip to content

Commit

Permalink
Merge pull request mesutpiskin#1 from ksarink/main
Browse files Browse the repository at this point in the history
Allow E-Mail OTP being set as alternative
  • Loading branch information
mesutpiskin authored Oct 26, 2022
2 parents e3a5650 + 7acd376 commit d6fb539
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public boolean isConfigurable() {
}

public static final AuthenticationExecutionModel.Requirement[] REQUIREMENT_CHOICES = {
AuthenticationExecutionModel.Requirement.REQUIRED, AuthenticationExecutionModel.Requirement.DISABLED
AuthenticationExecutionModel.Requirement.REQUIRED, AuthenticationExecutionModel.Requirement.ALTERNATIVE,
AuthenticationExecutionModel.Requirement.DISABLED
};

@Override
Expand Down

0 comments on commit d6fb539

Please sign in to comment.