From c9aa7b5f35066a7c2e3583eb679062d142977beb Mon Sep 17 00:00:00 2001 From: David Cho-Lerat <117642976+david-cho-lerat-sonarsource@users.noreply.github.com> Date: Fri, 13 Jan 2023 09:30:38 +0100 Subject: [PATCH] SONAR-15820 Can't create new user on Firefox (#7377) --- .../js/apps/users/components/UserForm.tsx | 12 +++---- .../__snapshots__/UserForm-test.tsx.snap | 36 ++++--------------- 2 files changed, 10 insertions(+), 38 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/users/components/UserForm.tsx b/server/sonar-web/src/main/js/apps/users/components/UserForm.tsx index 7f5dc23d022..c45da28192a 100644 --- a/server/sonar-web/src/main/js/apps/users/components/UserForm.tsx +++ b/server/sonar-web/src/main/js/apps/users/components/UserForm.tsx @@ -176,9 +176,8 @@ export default class UserForm extends React.PureComponent { {translate('login')} - {/* keep this fake field to hack browser autofill */} - { {translate('name')} - {/* keep this fake field to hack browser autofill */} - {
- {/* keep this fake field to hack browser autofill */} - { {translate('password')} - {/* keep this fake field to hack browser autofill */} - - - - - - -