Skip to content

Commit

Permalink
Some fixes for login/signup pages (openfoodfacts#6299)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Jan 29, 2025
1 parent b9e0a23 commit 3bc6f7f
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 209 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ class _LoginPageState extends State<LoginPage> with TraceableClientMixin {
// Moves focus to the next field
textInputAction: TextInputAction.next,
autofillHints: const <String>[
AutofillHints.username,
AutofillHints.email,
],
validator: (String? value) {
Expand Down
Loading

0 comments on commit 3bc6f7f

Please sign in to comment.