aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/login/login.component.ts
diff options
context:
space:
mode:
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