license lockout handling code for when db has more active users than license allows for

This commit is contained in:
2021-10-18 18:09:15 +00:00
parent 3232605268
commit f90e738f1d
3 changed files with 378 additions and 338 deletions

View File

@@ -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
});