From 65fa3a082d7b35a110eee6437b436f2c4a97761a Mon Sep 17 00:00:00 2001 From: k2maan Date: Wed, 19 Jul 2023 18:46:48 +0530 Subject: [PATCH] Fixed: URL access from context object --- src/components/Login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Login.ts b/src/components/Login.ts index e097cef..6ea4673 100644 --- a/src/components/Login.ts +++ b/src/components/Login.ts @@ -23,7 +23,7 @@ export default defineComponent({ this.route = appContext.config.globalProperties.$route if (!Object.keys(this.route.query).length) { - window.location.href = appContext.appLoginUrl + window.location.href = context.appLoginUrl return }