chore: autofocus email field in login with email page (#5733)

This commit is contained in:
ggurdin 2026-02-18 09:28:37 -05:00 committed by GitHub
parent 43afb4bc61
commit 9ce7c7b4cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,7 @@ class PasswordLoginView extends StatelessWidget {
mainAxisSize: MainAxisSize.min,
children: [
TextFormField(
autofocus: true,
decoration: InputDecoration(
hintText: L10n.of(context).usernameOrEmail,
),