Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Update app.component.ts
Browse files Browse the repository at this point in the history
Hi, this the fix I did to force the googleCallback to be called in this component and set this.loggedInCreds before the call to testAccess. I don't think the duplicate calls to google (line 95 in here and line 50 in google-signin-component.ts) are required now but I am not sure why they fixed the issue even intermittently so I have left them alone.
  • Loading branch information
markdernie committed Nov 16, 2017
1 parent 12d4ff0 commit 0f8e1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export class AppComponent {
}

testGoogle(){
this.awsService.getgoogleData(this);
this.redError=null;
this.success=null;
let provider="google";
Expand Down

0 comments on commit 0f8e1d2

Please sign in to comment.