Correct validation on login page

This commit is contained in:
Hillel Coren 2021-04-30 07:37:01 +03:00
parent b3215a8eb5
commit effbc21115
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ class _LoginState extends State<LoginView> {
final Completer<Null> completer = Completer<Null>(); final Completer<Null> completer = Completer<Null>();
completer.future.then((_) { completer.future.then((_) {
setState(() { setState(() {
//_buttonController.reset();
_loginError = ''; _loginError = '';
}); });
}).catchError((Object error) { }).catchError((Object error) {