Browse Source

CHANGE | Increase max auth attempts count

merge-requests/242/head
Oksana Stepanenko 2 years ago
parent
commit
c98072c2c4
  1. 2
      src/domain/sessions/services/auth-attemptions.service.ts

2
src/domain/sessions/services/auth-attemptions.service.ts

@ -7,7 +7,7 @@ import { RedisService } from 'src/libs' @@ -7,7 +7,7 @@ import { RedisService } from 'src/libs'
@Injectable()
export class AuthAttemptionsService {
private readonly maxAtempts = 5
private readonly maxAtempts = 15
constructor(
private readonly redisService: RedisService,

Loading…
Cancel
Save