aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/signup/signup.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/signup/signup.component.ts')
-rw-r--r--client/src/app/signup/signup.component.ts2
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}