feat: add password input field (#160)

This commit is contained in:
Manuel
2024-02-27 21:53:53 +01:00
committed by GitHub
parent 212063a51e
commit c6c8778397
3 changed files with 37 additions and 8 deletions

View File

@@ -22,4 +22,5 @@ const signInSchema = z.object({
export const userSchemas = {
signIn: signInSchema,
init: initUserSchema,
password: passwordSchema,
};