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:
parent
8b93749d29
commit
4e4bca5c0e
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user