From 2c5a908fdce32038276ef53754eff637bd3c4aca Mon Sep 17 00:00:00 2001 From: Hgyeol Date: Sun, 7 Sep 2025 23:48:12 +0900 Subject: [PATCH] =?UTF-8?q?bug(#75)=20:=20redirect-uri=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=EB=B3=80=EC=88=98=20=EC=9D=B4=EB=A6=84=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index ccf38aea..618174ea 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -43,7 +43,7 @@ spring: client-name: google client-id: ${GOOGLE_CLIENT_ID} client-secret: ${GOOGLE_CLIENT_SECRET} - redirect-uri: ${GOOGLE_REDIRECT_URI} + redirect-uri: ${REDIRECT_URI} authorization-grant-type: authorization_code scope: - profile