1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00
This commit is contained in:
Kyle Spearrin 2017-11-13 12:09:39 -05:00
parent d03421fe4b
commit 7754d11bf9

View File

@ -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)