summary refs log tree commit diff
path: root/src/api/routes/auth/forgot.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/auth/forgot.ts')
-rw-r--r--src/api/routes/auth/forgot.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/auth/forgot.ts b/src/api/routes/auth/forgot.ts
index 80ffb225..6fa86021 100644
--- a/src/api/routes/auth/forgot.ts
+++ b/src/api/routes/auth/forgot.ts
@@ -35,7 +35,7 @@ router.post(
 		responses: {
 			204: {},
 			400: {
-				body: "APIErrorResponse",
+				body: "APIErrorOrCaptchaResponse",
 			},
 			500: {
 				body: "APIErrorResponse",