We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7a7ffe + 30d8644 commit 065b848Copy full SHA for 065b848
src/modules/auth/auth.controller.ts
@@ -16,7 +16,7 @@ export class AuthController {
16
@HttpCode(HttpStatus.OK)
17
@Post('login')
18
@RouteAccess('public')
19
- @Throttle({ long: { limit: 5 } })
+ @Throttle({ long: { limit: 50 } })
20
async login(@Body() credentials: LoginCredentialsDto): Promise<LoginResponseBody> {
21
return this.authService.login(credentials);
22
}
0 commit comments