mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 18:12:48 -05:00
[PM-1033] refactor: UpdateUserResetPasswordEnrollmentCommand
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.OrganizationFeatures.OrganizationUsers.Interfaces;
|
||||
|
||||
public interface IUpdateUserResetPasswordEnrollmentCommand
|
||||
{
|
||||
Task UpdateAsync(Guid organizationId, Guid userId, string resetPasswordKey, Guid? callingUserId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user