bad-creds-show

This commit is contained in:
Untone 2024-06-11 23:06:02 +03:00
parent 8b5b5a609f
commit 914f9a6a7b

View File

@ -99,7 +99,8 @@ export const LoginForm = () => {
console.warn('[signIn] errors: ', errors)
errors.forEach((error) => {
switch (error.message) {
case 'user has not signed up email & password': {
case 'user has not signed up email & password':
case 'bad user credentials': {
setValidationErrors((prev) => ({
...prev,
password: t('Something went wrong, check email and password'),