This commit is contained in:
Eugene Pankov
2021-07-22 21:34:05 +02:00
parent 08e8f07785
commit 0b0d711a08
7 changed files with 55 additions and 16 deletions

View File

@@ -21,9 +21,7 @@ export class LoginComponent {
constructor (
private loginService: LoginService,
) {
this.providers = [this.providers[0]] // only keep GH for now
}
) { }
async ngOnInit () {
await this.loginService.ready$.toPromise()