mirror of
https://github.com/bitwarden/server
synced 2025-12-25 12:43:14 +00:00
organize event models. stub out event services
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Bit.Identity
|
||||
services.AddCustomDataProtectionServices(Environment, globalSettings);
|
||||
|
||||
// Repositories
|
||||
services.AddSqlServerRepositories();
|
||||
services.AddSqlServerRepositories(globalSettings);
|
||||
|
||||
// Context
|
||||
services.AddScoped<CurrentContext>();
|
||||
|
||||
Reference in New Issue
Block a user