mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
push fixes and additions
This commit is contained in:
@@ -565,6 +565,9 @@ namespace Bit.Core.Services
|
||||
|
||||
await _organizationUserRepository.CreateAsync(orgUser);
|
||||
|
||||
// push
|
||||
await _pushService.PushSyncOrgKeysAsync(signup.Owner.Id);
|
||||
|
||||
return new Tuple<Organization, OrganizationUser>(organization, orgUser);
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user