From 5db6c231ca5f83d95c90c8dbe3a23375f2c33ca7 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sun, 1 Feb 2026 16:14:28 -0700 Subject: [PATCH] Oops --- src/routes/account/forgot-password/post.ts | 2 +- src/routes/account/forgot-username/post.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ) }