Skip to content

Commit

Permalink
chore: remove throw
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanFnz committed Feb 14, 2025
1 parent 8f97836 commit a046990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/slices/auth.slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export const performSignIn =
dispatch(signIn(data.token))
} else {
console.error('Login error:', data.error || data)
throw new Error(data.error || 'Login failed')
}
}

Expand Down

0 comments on commit a046990

Please sign in to comment.