feature: changes on register page / useer model

This commit is contained in:
2023-09-19 18:23:36 -03:00
parent b8958f4c5a
commit 8601b2ac6b
8 changed files with 161 additions and 77 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class NCFormField extends StatelessWidget {
@override
Widget build(BuildContext context) {
return SizedBox(
height: 80,
height: 70,
child: TextFormField(
autovalidateMode: AutovalidateMode.onUserInteraction,
controller: controller,