diff --git a/src/routes/account/forgot-password/post.ts b/src/routes/account/forgot-password/post.ts index 8aa3ab4..a9198e3 100644 --- a/src/routes/account/forgot-password/post.ts +++ b/src/routes/account/forgot-password/post.ts @@ -107,6 +107,6 @@ export async function handler (context: Context) { success: true, message: null }, - 400 + 200 ) } diff --git a/src/routes/account/forgot-username/post.ts b/src/routes/account/forgot-username/post.ts index b68b9bd..985b5c7 100644 --- a/src/routes/account/forgot-username/post.ts +++ b/src/routes/account/forgot-username/post.ts @@ -81,6 +81,6 @@ export async function handler (context: Context) { success: true, message: null }, - 400 + 200 ) }