Removed old TODO

This commit is contained in:
Felix 2019-07-03 12:45:56 +01:00
parent 9071880b6c
commit a6558a482d
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ class LoginPageState extends State<LoginPage> {
fontWeight: FontWeight.bold,
),
onSubmitted: (_) {
//TODO: move focus to password field
FocusScope.of(context).requestFocus(focusNode);
},
),