Skip to content

Commit

Permalink
TEST5
Browse files Browse the repository at this point in the history
  • Loading branch information
egg528 committed Mar 12, 2024
1 parent c8446e6 commit 819b006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class HttpCookieOAuth2AuthorizationRequestRepository() : AuthorizationRequestRep

logger.info("header")
if (request.headerNames != null) {
listOf(request.headerNames).forEach {wow -> println(wow) }
logger.info("header: {}", request.headerNames)
}

logger.info("state: {}", providerStorage.get(splitProviderFromUri(request))!!.state)
Expand Down

0 comments on commit 819b006

Please sign in to comment.