1
0
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:
Kyle Spearrin
2017-04-21 22:39:46 -04:00
parent 89efb07eed
commit f2aa568e86
2 changed files with 5 additions and 2 deletions

View File

@@ -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