There was an error while loading. Please reload this page.
2 parents 08a22e5 + e0228d5 commit 0b710feCopy full SHA for 0b710fe
lib/widgets/auth/password_field.dart
@@ -22,6 +22,7 @@ class _PasswordFieldState extends State<PasswordField> {
22
Widget build(BuildContext context) {
23
return TextFormField(
24
key: const Key('inputPassword'),
25
+ autofillHints: const [AutofillHints.password],
26
decoration: InputDecoration(
27
labelText: AppLocalizations.of(context).password,
28
prefixIcon: const Icon(Icons.password),
0 commit comments