1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-08 04:00:31 -05:00

PM-20532 - Clean up deprecated SameSendIdHandler commented out code

This commit is contained in:
Jared Snider 2025-06-02 17:34:02 -04:00
parent 8b93749d29
commit 4e4bca5c0e
No known key found for this signature in database
GPG Key ID: A149DDD612516286

View File

@ -112,7 +112,6 @@ public static class ServiceCollectionExtensions
services.AddScoped<IAuthorizationHandler, SecurityTaskOrganizationAuthorizationHandler>(); services.AddScoped<IAuthorizationHandler, SecurityTaskOrganizationAuthorizationHandler>();
services.AddScoped<IAuthorizationHandler, OrganizationRequirementHandler>(); services.AddScoped<IAuthorizationHandler, OrganizationRequirementHandler>();
// services.AddScoped<IAuthorizationHandler, SameSendIdHandler>();
} }
public static void AddPhishingDomainServices(this IServiceCollection services, GlobalSettings globalSettings) public static void AddPhishingDomainServices(this IServiceCollection services, GlobalSettings globalSettings)