copywith y nickname
This commit is contained in:
@@ -227,9 +227,7 @@ class _SignUpScreenState extends State<SignUpScreen> {
|
||||
|
||||
setState(() {
|
||||
context.read<SignUpBloc>().add(SignUpRequired(
|
||||
email: emailController.text,
|
||||
password: passwordController.text,
|
||||
));
|
||||
myUser, passwordController.text));
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user