This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user