Skip to content

Commit

Permalink
Fix: redirect url 관련 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nampongo committed Mar 15, 2024
1 parent bb6c7bc commit 79543a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spring:
registration:
google:
client-name: Google
redirect-uri: '${custom.site.baseUrl}/.auth/login/google/callback'
#redirect-uri: '${custom.site.baseUrl}/.auth/login/google/callback'
scope:
- email
- profile
Expand Down

0 comments on commit 79543a7

Please sign in to comment.