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

@@ -51,7 +51,7 @@ export default defineEventHandler(async (event): Promise<ApiAuthLogin> => {
captchaResponse: body.captchaResponse,
username: body.username,
password: body.password,
passwordConfirm: body.password
passwordConfirm: body.passwordConfirm
});
return {