mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Device repository and cascase device delete on user delete
This commit is contained in:
@ -67,6 +67,7 @@ namespace Bit.Api
|
||||
// Repositories
|
||||
services.AddSingleton<IUserRepository, Repos.UserRepository>();
|
||||
services.AddSingleton<ICipherRepository, Repos.CipherRepository>();
|
||||
services.AddSingleton<IDeviceRepository, Repos.DeviceRepository>();
|
||||
|
||||
// Context
|
||||
services.AddScoped<CurrentContext>();
|
||||
|
Reference in New Issue
Block a user