Removed old TODO
This commit is contained in:
parent
9071880b6c
commit
a6558a482d
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ class LoginPageState extends State<LoginPage> {
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
),
|
),
|
||||||
onSubmitted: (_) {
|
onSubmitted: (_) {
|
||||||
//TODO: move focus to password field
|
|
||||||
FocusScope.of(context).requestFocus(focusNode);
|
FocusScope.of(context).requestFocus(focusNode);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
Reference in a new issue