feat: 修改样式

This commit is contained in:
2025-08-12 16:59:25 -07:00
parent d8d680b481
commit 59d180075b
4 changed files with 9 additions and 4 deletions
@@ -248,7 +248,12 @@ export function BasicInfoForm({ user, refetch }: { user: API.User; refetch: () =
<FormItem>
<FormLabel>{t('password')}</FormLabel>
<FormControl>
<Input type='password' placeholder={t('passwordPlaceholder')} {...field} />
<Input
type='password'
autoComplete={'new-password'}
placeholder={t('passwordPlaceholder')}
{...field}
/>
</FormControl>
<FormMessage />
</FormItem>