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/signup/signup.component.ts | |
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/signup/signup.component.ts')
-rw-r--r-- | client/src/app/signup/signup.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/signup/signup.component.ts b/client/src/app/signup/signup.component.ts index 65a2d44e3..28e1ed0a8 100644 --- a/client/src/app/signup/signup.component.ts +++ b/client/src/app/signup/signup.component.ts | |||
@@ -67,7 +67,7 @@ export class SignupComponent extends FormReactive implements OnInit { | |||
67 | this.router.navigate([ '/videos/list' ]) | 67 | this.router.navigate([ '/videos/list' ]) |
68 | }, | 68 | }, |
69 | 69 | ||
70 | err => this.error = err | 70 | err => this.error = err.message |
71 | ) | 71 | ) |
72 | } | 72 | } |
73 | } | 73 | } |