Merge branch 'develop' into fix-14921
This commit is contained in:
commit
6219be759f
2 changed files with 5 additions and 0 deletions
|
|
@ -343,6 +343,8 @@ async function onSubmit(): Promise<void> {
|
|||
|
||||
onSignupApiError(message ? { title: i18n.ts.somethingHappened, text: message } : undefined);
|
||||
}
|
||||
} else {
|
||||
onSignupApiError();
|
||||
}
|
||||
|
||||
submitting.value = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue