Skip to content

Commit

Permalink
[FIX] 구글 로그인 redirect uri 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seokbeom00 committed Jul 20, 2024
1 parent 658a267 commit 93ff4f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private String getOAuth2Authentication(
authorizationCode,
clientId,
clientSecret,
"https://www.seonyak.com/login/oauth2/code/google",
"https://seonyak.com",
GRANT_TYPE
).accessToken();
}
Expand Down

0 comments on commit 93ff4f4

Please sign in to comment.