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