Merge branch 'master' into spencer/token-balance

This commit is contained in:
Spencer Ofwiti 2021-06-14 14:03:34 +03:00
commit bb364fb6c9
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ export class AuthComponent implements OnInit {
this.keyForm = this.formBuilder.group({
key: ['', Validators.required],
});
if (this.authService.getPrivateKey()) {
this.authService.loginView();
}
}
get keyFormStub(): any {