This commit is contained in:
2021-03-12 19:18:03 +00:00
parent 09807a1c85
commit ca13d081fc
3 changed files with 19 additions and 9 deletions

View File

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