diff --git a/src/Core/KeyManagement/Commands/Interfaces/ISetAccountKeysForUserCommand.cs b/src/Core/KeyManagement/Commands/Interfaces/ISetAccountKeysForUserCommand.cs index f1bdfa24d0..5b58b5b847 100644 --- a/src/Core/KeyManagement/Commands/Interfaces/ISetAccountKeysForUserCommand.cs +++ b/src/Core/KeyManagement/Commands/Interfaces/ISetAccountKeysForUserCommand.cs @@ -3,7 +3,7 @@ namespace Bit.Core.KeyManagement.Commands.Interfaces; /// -/// Command to set account keys for a new user that does not have keys yet. +/// Command to set account keys for a new user that does not have keys yet. This supports both V1 user and V2 user initialization. /// This is intended for the TDE and Key-connector account registration flows. /// public interface ISetAccountKeysForUserCommand