mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05: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