mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-09 00:18:26 +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}
|
value={password}
|
||||||
error={Boolean(passwordError)}
|
error={Boolean(passwordError)}
|
||||||
helperText={passwordError}
|
helperText={passwordError}
|
||||||
autoComplete="current-password"
|
autoComplete="off"
|
||||||
data-testid={LOGIN_PASSWORD_ID}
|
data-testid={LOGIN_PASSWORD_ID}
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
Reference in New Issue
Block a user