This commit is contained in:
@@ -56,7 +56,8 @@ export function processLogin(authResponse, loggedInWithKnownPassword) {
|
||||
roles: authResponse.roles,
|
||||
userType: authResponse.usertype,
|
||||
dlt: authResponse.dlt,
|
||||
tfaEnabled: authResponse.tfa
|
||||
tfaEnabled: authResponse.tfa,
|
||||
customerRights: authResponse.customerRights
|
||||
});
|
||||
//log the login
|
||||
window.$gz.store.commit(
|
||||
|
||||
Reference in New Issue
Block a user