This commit is contained in:
Peter Maquiran
2021-05-11 15:46:20 +01:00
parent 3c5b69841a
commit d88f90916f
10 changed files with 79 additions and 26 deletions
+2 -2
View File
@@ -55,10 +55,10 @@ export class AuthService {
if (result) {
if( response.RoleID == 100000014){
if( response.RoleID == 100000014) {
response.Profile = 'PR'
} else if(response.RoleID == 100000011) {
response.Profile = 'MDGPR'
response.Profile = 'PR'
}
response.BasicAuthKey = user.BasicAuthKey
this.ValidatedUser = response;