mirror of
https://github.com/bitwarden/server
synced 2026-02-20 03:13:35 +00:00
Remove key rotation v1 (#5939)
This commit is contained in:
@@ -38,7 +38,6 @@ public static class UserServiceCollectionExtensions
|
||||
|
||||
public static void AddUserKeyCommands(this IServiceCollection services, IGlobalSettings globalSettings)
|
||||
{
|
||||
services.AddScoped<IRotateUserKeyCommand, RotateUserKeyCommand>();
|
||||
services.AddScoped<IRotateUserAccountKeysCommand, RotateUserAccountKeysCommand>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user