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