Skip to content

Commit ff30c10

Browse files
committed
#210 fix login-url createion on the login page
1 parent 00a21f5 commit ff30c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (store.isAuthenticated) {
1515
await navigateTo("/");
1616
}
1717
18-
const loginUrl = computed(() => `${REST_API_URL}/${authLogicUrl}`);
18+
const loginUrl = computed(() => `${REST_API_URL}/${authLogicUrl.value}`);
1919
2020
const redirect = async () => {
2121
await navigateTo(loginUrl.value, {

0 commit comments

Comments
 (0)