Correct validation on login page
This commit is contained in:
parent
b3215a8eb5
commit
effbc21115
|
|
@ -157,7 +157,6 @@ class _LoginState extends State<LoginView> {
|
|||
final Completer<Null> completer = Completer<Null>();
|
||||
completer.future.then((_) {
|
||||
setState(() {
|
||||
//_buttonController.reset();
|
||||
_loginError = '';
|
||||
});
|
||||
}).catchError((Object error) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue