mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +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" />
|
||||
</FormField>
|
||||
|
||||
<FormField
|
||||
label={formatMessage(labels.password)}
|
||||
data-test="input-password"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue