From d592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Sep 2017 11:57:49 +0200 Subject: Move to HttpClient and PrimeNG data table --- client/src/app/account/account-details/account-details.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/account/account-details') diff --git a/client/src/app/account/account-details/account-details.component.ts b/client/src/app/account/account-details/account-details.component.ts index 8cbed5009..78e365a62 100644 --- a/client/src/app/account/account-details/account-details.component.ts +++ b/client/src/app/account/account-details/account-details.component.ts @@ -59,7 +59,7 @@ export class AccountDetailsComponent extends FormReactive implements OnInit { () => { this.notificationsService.success('Success', 'Information updated.') - this.authService.refreshUserInformations() + this.authService.refreshUserInformation() }, err => this.error = err -- cgit v1.2.3