aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/login/login.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-16 10:50:30 +0200
committerChocobozzz <me@florianbigard.com>2018-05-16 10:51:03 +0200
commit133592034881926dc2da63735fe7344bfedd9c31 (patch)
treef71ec1e261ef59dd20b92be8243cd31f7c1049c5 /client/src/app/login/login.component.ts
parenta700f1837e8307cf5a0ada19e9be6f421961f45a (diff)
downloadPeerTube-133592034881926dc2da63735fe7344bfedd9c31.tar.gz
PeerTube-133592034881926dc2da63735fe7344bfedd9c31.tar.zst
PeerTube-133592034881926dc2da63735fe7344bfedd9c31.zip
Fix rxjs throw
Diffstat (limited to 'client/src/app/login/login.component.ts')
-rw-r--r--client/src/app/login/login.component.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/login/login.component.ts b/client/src/app/login/login.component.ts
index f7b49ec45..2514faf94 100644
--- a/client/src/app/login/login.component.ts
+++ b/client/src/app/login/login.component.ts
@@ -40,8 +40,7 @@ export class LoginComponent extends FormReactive implements OnInit {
40 private serverService: ServerService, 40 private serverService: ServerService,
41 private redirectService: RedirectService, 41 private redirectService: RedirectService,
42 private notificationsService: NotificationsService, 42 private notificationsService: NotificationsService,
43 private formBuilder: FormBuilder, 43 private formBuilder: FormBuilder) {
44 private router: Router) {
45 super() 44 super()
46 } 45 }
47 46