Update login-page.component.ts
This commit is contained in:
@@ -69,9 +69,9 @@ export class LoginPageComponent implements OnInit {
|
|||||||
email: responsePayload.email,
|
email: responsePayload.email,
|
||||||
avatar: responsePayload.picture
|
avatar: responsePayload.picture
|
||||||
});
|
});
|
||||||
this.ngZone$.run(() => {
|
//this.ngZone$.run(() => {
|
||||||
this.loading = true;
|
// this.loading = true;
|
||||||
});
|
//});
|
||||||
this.auth$.googleCredential = response.credential;
|
this.auth$.googleCredential = response.credential;
|
||||||
console.log(response.credential);
|
console.log(response.credential);
|
||||||
await this.auth$.getAPIToken();
|
await this.auth$.getAPIToken();
|
||||||
|
|||||||
Reference in New Issue
Block a user