1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Removed logic to enforce failed login attempts

This commit is contained in:
Todd Martin
2025-04-20 14:27:41 -04:00
parent 7724432ca0
commit b2096cf51f
11 changed files with 1 additions and 200 deletions

View File

@ -1,5 +1,4 @@
using AspNetCoreRateLimit;
using Bit.Core.Auth.Services;
using Bit.Core.Billing.Services;
using Bit.Core.Platform.Push;
using Bit.Core.Platform.Push.Internal;