Skip to content

Commit

Permalink
Merge branch 'master' into Fyle-86cxndtkg
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunaj5 authored Jan 23, 2025
2 parents 5dc1d1e + 4683537 commit 6b3738f
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 6b3738f

Please sign in to comment.