Fixed an error message
This commit is contained in:
@@ -78,7 +78,7 @@ const handleSubmit = async (email, username, password, retype, contact) => {
|
||||
const err = handleValidation(email, username, password, retype);
|
||||
|
||||
if (err) {
|
||||
return err;
|
||||
return [err];
|
||||
}
|
||||
|
||||
//send to the auth server
|
||||
|
||||
Reference in New Issue
Block a user