mirror of
https://github.com/bitwarden/server.git
synced 2024-11-29 13:25:17 +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);
|
var existingExternalUsersIdDict = existingExternalUsers.ToDictionary(u => u.ExternalId, u => u.Id);
|
||||||
|
|
||||||
// Users
|
// Users
|
||||||
|
|
||||||
// Remove Users
|
// Remove Users
|
||||||
if(removeUserExternalIds?.Any() ?? false)
|
if(removeUserExternalIds?.Any() ?? false)
|
||||||
{
|
{
|
||||||
@ -1243,6 +1244,7 @@ namespace Bit.Core.Services
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Groups
|
// Groups
|
||||||
|
|
||||||
if(groups?.Any() ?? false)
|
if(groups?.Any() ?? false)
|
||||||
{
|
{
|
||||||
if(!organization.UseGroups)
|
if(!organization.UseGroups)
|
||||||
|
Loading…
Reference in New Issue
Block a user