diff options
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 981fe3c3b..65a2d44e3 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.text | 70 | err => this.error = err |
71 | ) | 71 | ) |
72 | } | 72 | } |
73 | } | 73 | } |