mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
comments
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user