From 7754d11bf9e44af7e4d6f5a157f987c818c3192c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 13 Nov 2017 12:09:39 -0500 Subject: [PATCH] comments --- src/Core/Services/Implementations/OrganizationService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Core/Services/Implementations/OrganizationService.cs b/src/Core/Services/Implementations/OrganizationService.cs index 747313737..ab2a103f3 100644 --- a/src/Core/Services/Implementations/OrganizationService.cs +++ b/src/Core/Services/Implementations/OrganizationService.cs @@ -1168,6 +1168,7 @@ namespace Bit.Core.Services var existingExternalUsersIdDict = existingExternalUsers.ToDictionary(u => u.ExternalId, u => u.Id); // Users + // Remove Users if(removeUserExternalIds?.Any() ?? false) { @@ -1243,6 +1244,7 @@ namespace Bit.Core.Services } // Groups + if(groups?.Any() ?? false) { if(!organization.UseGroups)