feature: changes on register page / useer model
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user