diff --git a/.env b/.env index 3f7fd2f..adbf962 100644 --- a/.env +++ b/.env @@ -1,3 +1,4 @@ # Базовые настройки для всех режимов VITE_APP_NAME=Space -VITE_API_TIMEOUT=5000 \ No newline at end of file +VITE_API_TIMEOUT=5000 +VITE_GOOGLE_CLIENT_ID=112729998586-q39qsptu67lqeej0356m01e1ghptuajk.apps.googleusercontent.com \ No newline at end of file diff --git a/index.html b/index.html index d200539..8fe31dd 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ + Luminic Space diff --git a/src/components/settings/SpaceSettings.vue b/src/components/settings/SpaceSettings.vue index 50efbcd..9c82d71 100644 --- a/src/components/settings/SpaceSettings.vue +++ b/src/components/settings/SpaceSettings.vue @@ -1,10 +1,12 @@