feat: add password input field (#160)
This commit is contained in:
@@ -423,9 +423,13 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
preferences: {
|
||||
label: "Preferences",
|
||||
description: "Coming soon",
|
||||
security: {
|
||||
label: "Security",
|
||||
field: {
|
||||
password: {
|
||||
label: "Password"
|
||||
}
|
||||
}
|
||||
},
|
||||
permissions: {
|
||||
label: "Permissions",
|
||||
|
||||
@@ -22,4 +22,5 @@ const signInSchema = z.object({
|
||||
export const userSchemas = {
|
||||
signIn: signInSchema,
|
||||
init: initUserSchema,
|
||||
password: passwordSchema,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user