Skip to content

Commit

Permalink
chore(login): add reasonable login error message
Browse files Browse the repository at this point in the history
  • Loading branch information
OgaDavid committed Jan 10, 2024
1 parent 5a4744c commit 107c142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(routes)/(auth)/_components/auth-login-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function LoginForm() {
console.log(res);

if (res?.error) {
toast.error(res.error + ' 🤒');
toast.error('Something went wrong. Please try again later. 🤒');
LoginForm.reset();
}

Expand Down

0 comments on commit 107c142

Please sign in to comment.