Fixed account updating and display name for org
This commit is contained in:
parent
7bdcc5fb7e
commit
098b93f837
4 changed files with 37 additions and 3 deletions
|
@ -64,7 +64,7 @@ export class ApiService {
|
|||
this.setSessionKey(result.session_key);
|
||||
this.setUserInfo(
|
||||
result.email,
|
||||
result.display_name
|
||||
result.display_name || result.name
|
||||
);
|
||||
this.setUserType(result.user_type)
|
||||
}
|
||||
|
|
Reference in a new issue