aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/src/main/js/apps/users/components/PasswordForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/users/components/PasswordForm.tsx b/server/sonar-web/src/main/js/apps/users/components/PasswordForm.tsx
index d22503944a9..bb39bb24bb3 100644
--- a/server/sonar-web/src/main/js/apps/users/components/PasswordForm.tsx
+++ b/server/sonar-web/src/main/js/apps/users/components/PasswordForm.tsx
@@ -115,7 +115,7 @@ export default function PasswordForm(props: Readonly<Props>) {
type="password"
value={oldPassword}
/>
- <input className="sw-hidden" aria-hidden name="old-password-fake" type="password" />
+ <input className="sw-hidden" name="old-password-fake" type="password" />
</FormField>
)}