Skip to content

Commit

Permalink
Merge pull request #114 from k2maan/single-login-poc
Browse files Browse the repository at this point in the history
Fixed: URL access from context object
  • Loading branch information
adityasharma7 authored Jul 19, 2023
2 parents 55826bd + 65fa3a0 commit 0d359de
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 0d359de

Please sign in to comment.