Skip to content

Commit

Permalink
Merge pull request #26 from LinaKK/ref/be/product
Browse files Browse the repository at this point in the history
Chor: Update google OAuth2 redirect uri
  • Loading branch information
LinaKK authored Jan 7, 2025
2 parents de8a2d4 + c80db1a commit 95eb8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spring:
google:
clientId: ${GOOGLE_CLIENT_ID}
clientSecret: ${GOOGLE_CLIENT_SECRET}
redirect-uri: "https://greennare-service-826313586778.us-central1.run.app/login/oauth2/code/google"
redirect-uri: "https://linakk.github.io"
scope:
- email
- profile
Expand Down

0 comments on commit 95eb8b5

Please sign in to comment.