Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha committed Jan 23, 2025
1 parent f770722 commit f1b9735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/auth/sign-in/sign-in.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class SignInPage implements OnInit {

async handleError(error: HttpErrorResponse): Promise<void> {
let header = 'Incorrect email or password';

console.log(error);
if (error?.status === 400) {
this.router.navigate(['/', 'auth', 'pending_verification', { email: this.fg.controls.email.value as string }]);
return;
Expand Down

0 comments on commit f1b9735

Please sign in to comment.