We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaad7c3 commit 1b3477aCopy full SHA for 1b3477a
2 files changed
services/frontend/src/views/Login.vue
@@ -164,7 +164,7 @@ const onSubmit = form.handleSubmit(async (values) => {
164
165
import { getEnv, getAllEnv } from '@/utils/env';
166
167
-const apiUrl = getEnv('VITE_DEPLOYSTACK_APP_URL');
+const apiUrl = getEnv('VITE_DEPLOYSTACK_BACKEND_URL');
168
169
const allEnv = getAllEnv();
170
services/frontend/src/views/Register.vue
@@ -37,7 +37,7 @@ const successMessage = ref('')
37
const { t } = useI18n() // Initialize i18n composable
38
39
// Get API URL from environment
40
-const apiUrl = getEnv('VITE_DEPLOYSTACK_APP_URL')
+const apiUrl = getEnv('VITE_DEPLOYSTACK_BACKEND_URL')
41
42
// Define validation schema using Zod
43
const formSchema = toTypedSchema(
0 commit comments