license lockout handling code for when db has more active users than license allows for
This commit is contained in:
@@ -54,6 +54,7 @@ export function processLogin(authResponse, loggedInWithKnownPassword) {
|
||||
roles: authResponse.roles,
|
||||
userType: authResponse.usertype,
|
||||
dlt: authResponse.dlt,
|
||||
l: authResponse.l,
|
||||
tfaEnabled: authResponse.tfa,
|
||||
customerRights: authResponse.customerRights
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user