vault: password autofill

This commit is contained in:
Thibault Deckers 2023-02-19 14:17:09 +01:00
parent a1990e44ae
commit b3082a8944

View file

@ -55,6 +55,7 @@ class _PasswordDialogState extends State<PasswordDialog> {
Navigator.maybeOf(context)?.pop<String>(password); Navigator.maybeOf(context)?.pop<String>(password);
} }
}, },
autofillHints: const [AutofillHints.password],
), ),
), ),
], ],