Skip to content

Commit

Permalink
Fix: google redirect-url -> redirect-uri 프로퍼티 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Jul 29, 2024
1 parent 6e494ff commit 1e06415
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class GoogleOauthStrategy implements SocialLoginStrategy, SocialAuthStrat
private String googleClientId;
@Value("${google.client-secret}")
private String googleClientSecret;
@Value("${google.redirect-url}")
@Value("${google.redirect-uri}")
private String googleRedirectUrl;

@Value("${google.scope}")
Expand Down

0 comments on commit 1e06415

Please sign in to comment.