feat: add i18n translated form errors (#509)
This commit is contained in:
@@ -255,6 +255,7 @@ const createUserAsync = async (
|
||||
await db.insert(schema.users).values({
|
||||
id: userId,
|
||||
name: input.username,
|
||||
email: input.email,
|
||||
password: hashedPassword,
|
||||
salt,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user