From 03766b1c97ce750b83b1955aba9a3e2f16599040 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 29 Jan 2026 15:43:10 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B5=AC=EA=B8=80=20=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=EC=9D=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 1 + .env.production | 1 + public/index.html | 1 + src/api/member.js | 14 +++++++++++++- src/store/accountStore.js | 25 ++++++++++++++++++++++++ src/views/Login/Login.vue | 40 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 81 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 8234a39..05ab205 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,3 @@ VUE_APP_API_URL=https://test-api.sodalive.net NODE_ENV=development +VUE_APP_GOOGLE_CLIENT_ID=758414412471-mosodbj2chno7l1j0iihldh6edmk0gk9.apps.googleusercontent.com diff --git a/.env.production b/.env.production index 435b2f4..958498a 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,3 @@ VUE_APP_API_URL=https://api.sodalive.net NODE_ENV=production +VUE_APP_GOOGLE_CLIENT_ID=983594297130-5hrmkh6vpskeq6v34350kmilf74574h2.apps.googleusercontent.com diff --git a/public/index.html b/public/index.html index 99fb016..1bd41df 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,7 @@ 보이스온 크리에이터 관리자 +