diff --git a/src/app/auth/auth.component.ts b/src/app/auth/auth.component.ts index 377b8ce..5c507f3 100644 --- a/src/app/auth/auth.component.ts +++ b/src/app/auth/auth.component.ts @@ -30,7 +30,7 @@ export class AuthComponent implements OnInit { key: ['', Validators.required], }); if (this.authService.getPrivateKey()) { - this.authService.loginView(); + this.authService.loginView(); } }