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
|
@ -41,7 +41,7 @@ export class FeedbackComponent {
|
|||
this.feedbackForm.patchValue({
|
||||
email: result.email,
|
||||
});
|
||||
this.api.setUserInfo( result.email, result.display_name );
|
||||
this.api.setUserInfo( result.email, result.display_name || result.name );
|
||||
},
|
||||
error => {
|
||||
console.log( error._body );
|
||||
|
|
Reference in a new issue