mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-26 10:36:39 -05:00
fix: fix last registration error handling cases
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user