mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix: enable password manager autofill on login form (#3735)
This commit is contained in:
parent
678a2ccdf3
commit
a56746ce6d
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue