This commit is contained in:
tiago.kayaya
2021-05-12 10:19:41 +01:00
parent f3b92d97cf
commit 597f9b2e71
+1 -1
View File
@@ -58,7 +58,7 @@ export class AuthService {
if( response.RoleID == 100000014) {
response.Profile = 'PR'
} else if(response.RoleID == 100000011) {
response.Profile = 'PR'
response.Profile = 'MDGPR'
}
response.BasicAuthKey = user.BasicAuthKey
this.ValidatedUser = response;