Skip to content

Commit

Permalink
Add eas.json to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Mar 27, 2024
1 parent 3b04683 commit a7736ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ yarn-error.*
*.tsbuildinfo

.vscode/
eas.json
2 changes: 1 addition & 1 deletion src/app/auth/verify/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function VerificationScreen() {
setShowX(true);
setErrorMessage('Incorrect code. Please try again.');
} else {
router.push('/auth/' + finalRedirect);
router.replace('/auth/' + finalRedirect);
}
};

Expand Down

0 comments on commit a7736ac

Please sign in to comment.