copywith y nickname

This commit is contained in:
Felipe
2024-02-22 11:56:41 -05:00
parent 113937df56
commit 37b6665002
8 changed files with 46 additions and 17 deletions
@@ -227,9 +227,7 @@ class _SignUpScreenState extends State<SignUpScreen> {
setState(() {
context.read<SignUpBloc>().add(SignUpRequired(
email: emailController.text,
password: passwordController.text,
));
myUser, passwordController.text));
});
}
},