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 dc7acd2 commit d842cab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class OAuth2UserService(
val provider =
OAuthProvider.valueOf(userRequest.clientRegistration.registrationId.uppercase())

println(provider)

val userInfo = parseUserInfo(
provider,
userRequest,
Expand Down

0 comments on commit d842cab

Please sign in to comment.