@ -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,