修复创建用户 密码name错误

This commit is contained in:
2025-05-12 14:00:54 +08:00
parent 054d505117
commit 7f441f5126

View File

@@ -72,8 +72,8 @@ export function CreateUserEditor({ children, onRefresh }: CreateUserEditorProps)
<Input id="phone" name="phone" />
</div>
<div className="grid gap-2">
<Label htmlFor="phone"></Label>
<Input id="phone" name="phone" />
<Label htmlFor="password"></Label>
<Input id="password" name="password" />
</div>
<Button type="submit"></Button>
</form>