fix translates and visual bugs

This commit is contained in:
smanylov
2025-12-18 13:36:56 +07:00
parent 9b8cb3b583
commit a538fe1684
8 changed files with 114 additions and 13 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ export async function registration(
const errors: Record<string, string> = {};
switch (error) {
case '1':
errors['server'] = 'email-already-registered'
errors['server'] = 'email-or-already-registered'
break;
default: