Skip to content

Commit

Permalink
fix: Use the email variant for the virtual keyboard on the login page (
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Oct 24, 2023
1 parent 34f3364 commit 2d90250
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 2d90250

Please sign in to comment.