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 1910ee0 commit 658a267
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://seonyak.com/login/oauth2/code/google",
"https://www.seonyak.com/login/oauth2/code/google",
GRANT_TYPE
).accessToken();
}
Expand Down

0 comments on commit 658a267

Please sign in to comment.