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