mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 20:50:07 +00:00
fix: profile input auto-complete (#18)
This commit is contained in:
@@ -92,6 +92,7 @@ export const ProfileCard = ({ className }: { className: string }) => {
|
|||||||
<FormLabel>{t("NewUsername")}</FormLabel>
|
<FormLabel>{t("NewUsername")}</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Input
|
<Input
|
||||||
|
autoComplete="username"
|
||||||
{...field}
|
{...field}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
@@ -107,6 +108,7 @@ export const ProfileCard = ({ className }: { className: string }) => {
|
|||||||
<FormLabel>{t("OriginalPassword")}</FormLabel>
|
<FormLabel>{t("OriginalPassword")}</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Input
|
<Input
|
||||||
|
autoComplete="current-password"
|
||||||
{...field}
|
{...field}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user