Skip to content

Commit

Permalink
Merge pull request #116 from GoogleCloudPlatform:EE10AppEngineAuthent…
Browse files Browse the repository at this point in the history
…ication-UserAuthentication

PiperOrigin-RevId: 629420165
Change-Id: I5c60dc89fa91b90016f97725aba19cb78445afca
  • Loading branch information
gae-java-bot committed Apr 30, 2024
2 parents b79b467 + 8ac8467 commit 5b33a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public AuthenticationState validateRequest(Request req, Response res, Callback c
UserIdentity user = _loginService.login(null, null, null, null);
logger.atFine().log("authenticate() returning new principal for %s", user);
if (user != null) {
return new UserAuthenticationSent(getAuthenticationType(), user);
return new UserAuthenticationSucceeded(getAuthenticationType(), user);
}
}

Expand Down

0 comments on commit 5b33a66

Please sign in to comment.