Skip to content

Commit 202a9b8

Browse files
committed
fix tests
1 parent 53ed176 commit 202a9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/us/kbase/auth2/lib/Authentication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ public void forceResetAllPasswords(final IncomingToken token)
745745

746746
private NewToken login(final UserName userName, final TokenCreationContext tokenCtx)
747747
throws AuthStorageException {
748-
return login(userName, tokenCtx, false);
748+
return login(userName, tokenCtx, null);
749749
}
750750

751751
private NewToken login(final UserName userName, final TokenCreationContext tokenCtx,

0 commit comments

Comments
 (0)