small fixes

This commit is contained in:
Victor Batischev
2024-03-18 18:47:31 +03:00
parent f180586eb3
commit 882bdfcc24
10 changed files with 144 additions and 817 deletions

View File

@ -99,7 +99,7 @@ export const useFormValidation = (
setLoader(false);
if ("errors" in data) {
return showNotificationError(
"Аккаунт с таким логином или email уже существуе"
"Аккаунт с таким логином или email уже существует"
);
}
if (!data.id) {