Fix: Password does not sent to the server

This commit is contained in:
sianida26 2024-06-25 16:57:17 +07:00
parent b246f40c4d
commit bd8a5878e1

View File

@ -222,6 +222,7 @@ export default function UserFormModal() {
type: "password", type: "password",
label: "Password", label: "Password",
hidden: formType !== "create", hidden: formType !== "create",
...form.getInputProps("password"),
}, },
{ {
type: "multi-select", type: "multi-select",