修复创建用户 密码name错误
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user