Skip to content

Commit

Permalink
Merge branch 'FYLE-qa-fixes-sign-in' of github.com:fylein/fyle-mobile…
Browse files Browse the repository at this point in the history
…-app into FYLE-qa-fixes-sign-in
  • Loading branch information
bistaastha committed Dec 19, 2024
2 parents 45000c7 + cd67cd3 commit 0af1838
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/auth/sign-in/sign-in.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ export class SignInPage implements OnInit {
this.currentStep = state;
}

changeState(state: SignInPageState): void {
this.currentStep = state;
}

ngOnInit(): void {
const presentEmail = this.activatedRoute.snapshot.params.email as string;
this.fg = this.formBuilder.group({
Expand Down

0 comments on commit 0af1838

Please sign in to comment.