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:
parent
a7bd91d621
commit
ae1136075e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user