chore: autofocus email field in login with email page (#5733)
This commit is contained in:
parent
43afb4bc61
commit
9ce7c7b4cb
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ class PasswordLoginView extends StatelessWidget {
|
|||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
TextFormField(
|
||||
autofocus: true,
|
||||
decoration: InputDecoration(
|
||||
hintText: L10n.of(context).usernameOrEmail,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue