This commit is contained in:
yoan
2024-08-25 23:11:50 +08:00
parent 73e22f3527
commit 5b05253e21
3 changed files with 58 additions and 5 deletions

View File

@@ -245,7 +245,11 @@ const AccessSSHForm = ({
<FormItem>
<FormLabel></FormLabel>
<FormControl>
<Input placeholder="请输入密码" {...field} />
<Input
placeholder="请输入密码"
{...field}
type="password"
/>
</FormControl>
<FormMessage />