1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-04 00:18:40 +01:00

feat: autocomplete off on login password (#3901)

This commit is contained in:
Mateusz Kwasniewski 2023-06-05 11:29:38 +02:00 committed by GitHub
parent a7bd91d621
commit ae1136075e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ const PasswordAuth: VFC<IPasswordAuthProps> = ({ authDetails, redirect }) => {
value={password}
error={Boolean(passwordError)}
helperText={passwordError}
autoComplete="current-password"
autoComplete="off"
data-testid={LOGIN_PASSWORD_ID}
/>
<Button