vault: password autofill
This commit is contained in:
parent
a1990e44ae
commit
b3082a8944
1 changed files with 1 additions and 0 deletions
|
@ -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],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue