correction visuel

pull/1/head
Enzo 2 years ago
parent 7cac50c8de
commit a6ad5a4964

@ -126,6 +126,9 @@ class _LoginViewState extends State<LoginView> {
),
],
),
SizedBox(
height: media.width * 0.04,
),
Visibility(
visible: _errorLogin,
child: Text("Error - $_msgError",

@ -128,6 +128,9 @@ class _SignUpViewState extends State<SignUpView> {
)
],
),
SizedBox(
height: media.width * 0.05,
),
Visibility(
visible: _errorCreateUser,
child: Text("Error - $_msgError",

Loading…
Cancel
Save