1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 18:43:36 +00:00

Use userId to find org users

This commit is contained in:
Matt Gibson
2021-11-09 10:40:31 -05:00
parent e0768ef6c7
commit e820aac719
5 changed files with 11 additions and 41 deletions

View File

@@ -88,7 +88,7 @@ namespace Bit.Core.Services
sponsorship = await _organizationSponsorshipRepository.CreateAsync(sponsorship);
// TODO: send email to sponsoredEmail w/ redemption token link
var _ = RedemptionToken(sponsorship.Id, sponsorshipType);
// var _ = RedemptionToken(sponsorship.Id, sponsorshipType);
}
catch
{