This commit is contained in:
2021-03-12 01:38:29 +00:00
parent 2913c32eeb
commit bf3607c737
5 changed files with 74 additions and 52 deletions

View File

@@ -13,6 +13,8 @@ export function processLogin(authResponse, loggedInWithKnownPassword) {
return reject();
}
//is token present?
if (!authResponse || !authResponse.token) {
window.$gz.store.commit(