feat: proper error message
This commit is contained in:
@@ -41,7 +41,7 @@ const Register = () => {
|
|||||||
|
|
||||||
// Basic "@" check (minimal)
|
// Basic "@" check (minimal)
|
||||||
if (!email.includes("@")) {
|
if (!email.includes("@")) {
|
||||||
notify("error", t('register.error.invalid_email') || "Invalid email format");
|
notify("error", "Invalid email format");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user