feat: Login script setup (#2417)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2417 Reviewed-by: konrad <k@knt.li> Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
940063784b
commit
63fb8a1962
6 changed files with 134 additions and 134 deletions
|
|
@ -132,7 +132,7 @@ export const useBaseStore = defineStore('base', {
|
|||
|
||||
async loadApp() {
|
||||
await checkAndSetApiUrl(window.API_URL)
|
||||
await useAuthStore().checkAuth()
|
||||
useAuthStore().checkAuth()
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Reference in a new issue