fix: fix last registration error handling cases

This commit is contained in:
mrjvs
2026-08-18 23:16:40 +02:00
parent b7967dcba4
commit 5975ec82db
4 changed files with 5 additions and 43 deletions

View File

@@ -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