We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c53cf commit fc1dc11Copy full SHA for fc1dc11
src/components/profile.tsx
@@ -92,6 +92,7 @@ export const ProfileCard = ({ className }: { className: string }) => {
92
<FormLabel>{t("NewUsername")}</FormLabel>
93
<FormControl>
94
<Input
95
+ autoComplete="username"
96
{...field}
97
/>
98
</FormControl>
@@ -107,6 +108,7 @@ export const ProfileCard = ({ className }: { className: string }) => {
107
108
<FormLabel>{t("OriginalPassword")}</FormLabel>
109
110
111
+ autoComplete="current-password"
112
113
114
0 commit comments