TF-518 Handle missing field in login form

This commit is contained in:
Dat PHAM HOANG
2022-05-06 17:36:14 +07:00
committed by Dat H. Pham
parent 3fc2ae4776
commit 15cc421525
8 changed files with 65 additions and 66 deletions
@@ -17,7 +17,6 @@ class LoginView extends BaseLoginView {
@override
Widget build(BuildContext context) {
return Scaffold(
resizeToAvoidBottomInset: true,
backgroundColor: AppColor.primaryLightColor,
body: GestureDetector(
onTap: () => FocusScope.of(context).unfocus(),