diff --git a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserDelegationManager.cs b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserDelegationManager.cs index 8fd4c444f5..3280d9a8d8 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserDelegationManager.cs +++ b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserDelegationManager.cs @@ -43,7 +43,8 @@ public class IdentityUserDelegationManager : DomainService sourceUserId, targetUserId, startTime, - endTime + endTime, + CurrentTenant.Id ), cancellationToken: cancellationToken );