Update login-page.component.ts

This commit is contained in:
2023-06-24 13:41:06 +02:00
parent e1b8a3f2f3
commit 5a17be2c86

View File

@@ -69,9 +69,9 @@ export class LoginPageComponent implements OnInit {
email: responsePayload.email,
avatar: responsePayload.picture
});
this.ngZone$.run(() => {
this.loading = true;
});
//this.ngZone$.run(() => {
// this.loading = true;
//});
this.auth$.googleCredential = response.credential;
console.log(response.credential);
await this.auth$.getAPIToken();