Format code using linter.

This commit is contained in:
Spencer Ofwiti 2021-06-14 14:08:58 +03:00
parent bb364fb6c9
commit b230cdac39
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export class AuthComponent implements OnInit {
key: ['', Validators.required],
});
if (this.authService.getPrivateKey()) {
this.authService.loginView();
this.authService.loginView();
}
}