This commit is contained in:
2021-03-11 18:23:20 +00:00
parent d1d2dd4814
commit 66fcd9515d
6 changed files with 250 additions and 3 deletions

View File

@@ -55,7 +55,8 @@ export function processLogin(authResponse, loggedInWithKnownPassword) {
userName: authResponse.name,
roles: authResponse.roles,
userType: authResponse.usertype,
dlt: authResponse.dlt
dlt: authResponse.dlt,
tfaEnabled: authResponse.tfa
});
//log the login
window.$gz.store.commit(