fix: remove captcha from login
Some checks failed
test cassandra-backup / Test latest Cassandra backup (push) Has been cancelled

This commit is contained in:
murdle 2026-03-01 15:17:28 +02:00
parent 0da6c7525f
commit 918324b536

View File

@ -150,7 +150,6 @@ export function AuthController(app: HonoApp) {
app.post( app.post(
'/auth/login', '/auth/login',
LocalAuthMiddleware, LocalAuthMiddleware,
CaptchaMiddleware,
RateLimitMiddleware(RateLimitConfigs.AUTH_LOGIN), RateLimitMiddleware(RateLimitConfigs.AUTH_LOGIN),
Validator('json', LoginRequest), Validator('json', LoginRequest),
OpenAPI({ OpenAPI({