mirror of
https://github.com/bitwarden/server
synced 2025-12-14 15:23:42 +00:00
Remove the u2f lib (#1820)
This commit is contained in:
@@ -31,7 +31,6 @@ namespace Bit.Infrastructure.Dapper
|
||||
services.AddSingleton<IProviderUserRepository, ProviderUserRepository>();
|
||||
services.AddSingleton<IProviderOrganizationRepository, ProviderOrganizationRepository>();
|
||||
services.AddSingleton<ITransactionRepository, TransactionRepository>();
|
||||
services.AddSingleton<IU2fRepository, U2fRepository>();
|
||||
services.AddSingleton<IUserRepository, UserRepository>();
|
||||
|
||||
if (selfHosted)
|
||||
|
||||
Reference in New Issue
Block a user