We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ed176 commit 202a9b8Copy full SHA for 202a9b8
src/main/java/us/kbase/auth2/lib/Authentication.java
@@ -745,7 +745,7 @@ public void forceResetAllPasswords(final IncomingToken token)
745
746
private NewToken login(final UserName userName, final TokenCreationContext tokenCtx)
747
throws AuthStorageException {
748
- return login(userName, tokenCtx, false);
+ return login(userName, tokenCtx, null);
749
}
750
751
private NewToken login(final UserName userName, final TokenCreationContext tokenCtx,
0 commit comments