From e68819d97ada081a21f054cb4d615283518d98e3 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sat, 25 Mar 2023 20:36:54 -0400 Subject: oapi: add missing 2fa types to login --- src/api/routes/auth/login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api') diff --git a/src/api/routes/auth/login.ts b/src/api/routes/auth/login.ts index 19a09f81..d3fc1fb4 100644 --- a/src/api/routes/auth/login.ts +++ b/src/api/routes/auth/login.ts @@ -40,7 +40,7 @@ router.post( requestBody: "LoginSchema", responses: { 200: { - body: "TokenResponse", + body: "LoginResponse", }, 400: { body: "APIErrorOrCaptchaResponse", -- cgit 1.5.1