mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-27 02:56:45 -05:00
fix: fix last registration error handling cases
This commit is contained in:
@@ -35,6 +35,7 @@ const { execute, isLoading } = useAsync({
|
||||
email: registerForm.email,
|
||||
miiName: registerForm.mii_name,
|
||||
password: registerForm.password,
|
||||
passwordConfirm: registerForm.password_confirm,
|
||||
username: registerForm.username,
|
||||
birthday: registerForm.birthday,
|
||||
captchaResponse: captchaResponse ?? undefined
|
||||
|
||||
Reference in New Issue
Block a user