fix: enable password manager autofill on login form (#3735)

This commit is contained in:
Prince EKPINSE 2025-11-12 00:15:05 +01:00
parent 678a2ccdf3
commit a56746ce6d

View file

@ -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"