mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3791] [User Info] - SSO - User Info displays only the First Name* Fixed display fullname * Updated unit test for the recent changes (#4022)
This commit is contained in:
committed by
Maurizio Vitale
parent
eb2ca06526
commit
b5c693fe79
@@ -25,7 +25,7 @@ import { JwtHelperService } from './../../services/jwt-helper.service';
|
||||
})
|
||||
export class IdentityUserService {
|
||||
|
||||
static USER_NAME = 'given_name';
|
||||
static USER_NAME = 'name';
|
||||
static USER_EMAIL = 'email';
|
||||
static USER_ACCESS_TOKEN = 'access_token';
|
||||
static USER_PREFERRED_USERNAME = 'preferred_username';
|
||||
|
Reference in New Issue
Block a user