Skip to content

Commit

Permalink
Change route replace with push post login
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantbh committed Dec 12, 2023
1 parent 593418c commit 27895cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AuthActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const AuthActions = () => {
className="bg-indigo-800 text-white px-6 py-3 rounded-md text-lg"
onClick={() => {
track('UNWRAP_YOUR_YEAR_CLICKED');
router.replace('/stats-unwrapped');
router.push('/stats-unwrapped');
}}
>
Unwrap your year, lets go! {'->'}
Expand Down

0 comments on commit 27895cf

Please sign in to comment.