Skip to content

Commit

Permalink
fix: Add back error handling for Google Sign in
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Jan 23, 2025
1 parent 532d21f commit 4683537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/auth/sign-in/sign-in.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ export class SignInPage implements OnInit {
this.fg.reset();
this.router.navigate(['/', 'auth', 'switch_org', { choose: true }]);
},
error: (err: HttpErrorResponse) => this.handleError(err),
});
}

Expand Down

0 comments on commit 4683537

Please sign in to comment.