diff --git a/frontend/src/component/user/PasswordAuth.tsx b/frontend/src/component/user/PasswordAuth.tsx index 55656f26a4..74ec46a59f 100644 --- a/frontend/src/component/user/PasswordAuth.tsx +++ b/frontend/src/component/user/PasswordAuth.tsx @@ -135,7 +135,7 @@ const PasswordAuth: VFC = ({ authDetails, redirect }) => { value={password} error={Boolean(passwordError)} helperText={passwordError} - autoComplete="current-password" + autoComplete="off" data-testid={LOGIN_PASSWORD_ID} />