Skip to content

Commit

Permalink
Use the email layout of the virtual keyboard for the login page
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Oct 16, 2023
1 parent 34f3364 commit 8cab721
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class _LoginPageState extends State<LoginPage> with TraceableClientMixin {
//Login
SmoothTextFormField(
type: TextFieldTypes.PLAIN_TEXT,
textInputType: TextInputType.name,
textInputType: TextInputType.emailAddress,
controller: userIdController,
hintText: appLocalizations.username_or_email,
prefixIcon: const Icon(Icons.person),
Expand Down

0 comments on commit 8cab721

Please sign in to comment.