Fixed account updating and display name for org

This commit is contained in:
piratefinn 2017-09-04 17:26:01 +01:00
parent 7bdcc5fb7e
commit 098b93f837
4 changed files with 37 additions and 3 deletions

View file

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