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 12bc9cb07..77d7ea4ce 100644 --- a/src/api/routes/auth/forgot.ts +++ b/src/api/routes/auth/forgot.ts
@@ -28,7 +28,7 @@ router.post( requestBody: "ForgotPasswordSchema", responses: { 204: {}, - 400: { + "4XX": { body: "APIErrorOrCaptchaResponse", }, },