Format code using linter.

This commit is contained in:
Spencer Ofwiti 2021-06-14 14:08:58 +03:00
parent bb364fb6c9
commit b230cdac39

View File

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