fix: enable password manager autofill on login form (#3735)
This commit is contained in:
@@ -46,6 +46,7 @@ export function LoginForm() {
|
||||
>
|
||||
<TextField autoComplete="username" />
|
||||
</FormField>
|
||||
|
||||
<FormField
|
||||
label={formatMessage(labels.password)}
|
||||
data-test="input-password"
|
||||
|
||||
Reference in New Issue
Block a user