mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +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(
|
||||
key: gitAuthorEmailKey,
|
||||
style: Theme.of(context).textTheme.title,
|
||||
keyboardType: TextInputType.emailAddress,
|
||||
decoration: const InputDecoration(
|
||||
icon: Icon(Icons.email),
|
||||
hintText: 'Who should author the changes?',
|
||||
|
Reference in New Issue
Block a user