diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-14 11:58:25 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-14 11:58:25 +0200 |
commit | 03b40f24878e4ceef19c9a8a7539f59061f31c84 (patch) | |
tree | 41fad6ed28c42c2a3790f036d9c86488f10bc433 /client/src/app/signup | |
parent | d592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb (diff) | |
download | PeerTube-03b40f24878e4ceef19c9a8a7539f59061f31c84.tar.gz PeerTube-03b40f24878e4ceef19c9a8a7539f59061f31c84.tar.zst PeerTube-03b40f24878e4ceef19c9a8a7539f59061f31c84.zip |
err.text -> err
Diffstat (limited to 'client/src/app/signup')
-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 | } |