修复创建用户 密码name错误

This commit is contained in:
2025-05-12 14:00:54 +08:00
parent 2730009ac4
commit f2c5b30418

View File

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