Skip to content

Commit

Permalink
Fix localization issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jun 4, 2024
1 parent cca8642 commit 26d8d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ const SignIn = () => {
if (from === 'checkout') {
navigate(`/checkout${window.location.search}`)
} else {
navigate('/')
navigate(0)
}
} else {
navigate('/')
navigate(0)
}
}
} else {
Expand Down

0 comments on commit 26d8d62

Please sign in to comment.