diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-04 18:20:13 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-04 18:20:13 +0100 |
commit | f73544839586d5e50529617f3649a84ac9e0ab86 (patch) | |
tree | 3022c62f98b609704a8bba678698300b4f46801b /client/src/app/account/account-details | |
parent | 59557c4663814b05fb3b2209c486c73a432a65b5 (diff) | |
download | PeerTube-f73544839586d5e50529617f3649a84ac9e0ab86.tar.gz PeerTube-f73544839586d5e50529617f3649a84ac9e0ab86.tar.zst PeerTube-f73544839586d5e50529617f3649a84ac9e0ab86.zip |
Fix error messages on client forms
Diffstat (limited to 'client/src/app/account/account-details')
-rw-r--r-- | client/src/app/account/account-details/account-details.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 78e365a62..d7a6e6871 100644 --- a/client/src/app/account/account-details/account-details.component.ts +++ b/client/src/app/account/account-details/account-details.component.ts | |||
@@ -62,7 +62,7 @@ export class AccountDetailsComponent extends FormReactive implements OnInit { | |||
62 | this.authService.refreshUserInformation() | 62 | this.authService.refreshUserInformation() |
63 | }, | 63 | }, |
64 | 64 | ||
65 | err => this.error = err | 65 | err => this.error = err.message |
66 | ) | 66 | ) |
67 | } | 67 | } |
68 | } | 68 | } |