mirror of
https://github.com/bitwarden/server
synced 2025-12-22 03:03:33 +00:00
[Provider] Create and access child organizations (#1427)
This commit is contained in:
@@ -297,7 +297,7 @@ namespace Bit.Core.Services
|
||||
grantor.SetTwoFactorProviders(new Dictionary<TwoFactorProviderType, TwoFactorProvider>());
|
||||
await _userRepository.ReplaceAsync(grantor);
|
||||
|
||||
// Remove grantor from all organisations unless Owner
|
||||
// Remove grantor from all organizations unless Owner
|
||||
var orgUser = await _organizationUserRepository.GetManyByUserAsync(grantor.Id);
|
||||
foreach (var o in orgUser)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user