Skip to content

Commit

Permalink
Fixed: URL access from context object
Browse files Browse the repository at this point in the history
  • Loading branch information
k2maan committed Jul 19, 2023
1 parent 1c35806 commit 65fa3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 65fa3a0

Please sign in to comment.