mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
comments
This commit is contained in:
parent
d03421fe4b
commit
7754d11bf9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user