diff --git a/.env.example b/.env.example index cf49b2b..90fd2ba 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,5 @@ # the env variable used for vite-processed frontend should begin with `VITE_` VITE_TURNSTILE_SITE_KEY=0x4AAAAAABz2ci0ZN9OaO-dg VITE_AUTH_OTP_TIMEOUT=120 -VITE_AUTH_TEMP_TOKEN_TIMEOUT=600 \ No newline at end of file +VITE_AUTH_TEMP_TOKEN_TIMEOUT=600 +VITE_API_BASE_URL= diff --git a/src/components/AuthInitiate.vue b/src/components/AuthInitiate.vue index 3d4ee8d..040a18b 100644 --- a/src/components/AuthInitiate.vue +++ b/src/components/AuthInitiate.vue @@ -109,9 +109,10 @@