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 00a21f5 commit ff30c10Copy full SHA for ff30c10
pages/login.vue
@@ -15,7 +15,7 @@ if (store.isAuthenticated) {
15
await navigateTo("/");
16
}
17
18
-const loginUrl = computed(() => `${REST_API_URL}/${authLogicUrl}`);
+const loginUrl = computed(() => `${REST_API_URL}/${authLogicUrl.value}`);
19
20
const redirect = async () => {
21
await navigateTo(loginUrl.value, {
0 commit comments