mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2026-03-10 20:41:45 +00:00
display long error message in two line
This commit is contained in:
@ -160,7 +160,9 @@ class SignUpView extends StatelessWidget {
|
||||
},
|
||||
obscureText: !AuthCubit.get(context).isPasswordVisible,
|
||||
decoration: defaultInputDecoration(context,
|
||||
hint: "At least 8 characters"),
|
||||
hint: "At least 8 characters").copyWith(
|
||||
errorMaxLines: 2,
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
const BodyMedium(
|
||||
|
||||
Reference in New Issue
Block a user