Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
egg528 committed Mar 7, 2024
1 parent d842cab commit dba5054
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class TokenRequestEntityConverter(
override fun convert(req: OAuth2AuthorizationCodeGrantRequest): RequestEntity<*> {
val entity = defaultConverter.convert(req)!!
val registrationId = req.clientRegistration.registrationId
println(registrationId)
val params = entity.body as LinkedMultiValueMap<String, String>

if (registrationId.contains("apple")) {
Expand Down

0 comments on commit dba5054

Please sign in to comment.