mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
added org duo to 2fa flow
This commit is contained in:
@@ -155,6 +155,7 @@ namespace Bit.Core.Utilities
|
||||
this IServiceCollection services, GlobalSettings globalSettings)
|
||||
{
|
||||
services.AddTransient<ILookupNormalizer, LowerInvariantLookupNormalizer>();
|
||||
services.AddSingleton<IOrganizationDuoWebTokenProvider, OrganizationDuoWebTokenProvider>();
|
||||
|
||||
services.Configure<TwoFactorRememberTokenProviderOptions>(options =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user