mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
Settings: Git Author Email: Mark keyboard type as email
This commit is contained in:
@ -79,6 +79,7 @@ class SettingsListState extends State<SettingsList> {
|
|||||||
child: TextFormField(
|
child: TextFormField(
|
||||||
key: gitAuthorEmailKey,
|
key: gitAuthorEmailKey,
|
||||||
style: Theme.of(context).textTheme.title,
|
style: Theme.of(context).textTheme.title,
|
||||||
|
keyboardType: TextInputType.emailAddress,
|
||||||
decoration: const InputDecoration(
|
decoration: const InputDecoration(
|
||||||
icon: Icon(Icons.email),
|
icon: Icon(Icons.email),
|
||||||
hintText: 'Who should author the changes?',
|
hintText: 'Who should author the changes?',
|
||||||
|
Reference in New Issue
Block a user