Skip to content

Commit

Permalink
correct typo in example SecretQuestionAuthenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
muehlburger committed Sep 11, 2017
1 parent 352bc6b commit 15949fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected boolean hasCookie(AuthenticationFlowContext context) {
Cookie cookie = context.getHttpRequest().getHttpHeaders().getCookies().get("SECRET_QUESTION_ANSWERED");
boolean result = cookie != null;
if (result) {
System.out.println("Bypassing secret question because cookie as set");
System.out.println("Bypassing secret question because cookie is set");
}
return result;
}
Expand Down

0 comments on commit 15949fc

Please sign in to comment.