Merge branch 'develop' into fix-14921

This commit is contained in:
かっこかり 2024-11-10 15:11:47 +09:00 committed by GitHub
commit 6219be759f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -343,6 +343,8 @@ async function onSubmit(): Promise<void> {
onSignupApiError(message ? { title: i18n.ts.somethingHappened, text: message } : undefined);
}
} else {
onSignupApiError();
}
submitting.value = false;