mirror of
https://github.com/bitwarden/server.git
synced 2026-02-06 00:53:20 +08: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