Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
egg528 committed Mar 31, 2024
1 parent 4f570c2 commit 8138ab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class StateOAuth2AuthorizationRequestRepository(
if (authorizationRequest != null) {
/*** for frontend dev test ***/
if (profilePlaceHolder.isDev()) {
log.info("save referer: {}", request.getParameter("referer"))
log.info("save referer: {}", request.getParameter("Referer"))
loginRequestRefererStorage.put(authorizationRequest.state, request.getParameter("referer"))
}

Expand Down

0 comments on commit 8138ab7

Please sign in to comment.