1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 01:23:25 +00:00

Merge branch 'feature/families-for-enterprise' of https://github.com/bitwarden/server into feature/families-for-enterprise

This commit is contained in:
Justin Baur
2021-11-11 14:51:36 -05:00

View File

@@ -216,7 +216,7 @@ namespace Bit.Core.Services
return Task.FromResult(0);
}
public Task SendFamiliesForEnterpriseSponsorshipRevertingEmailAsync(string email)
public Task SendFamiliesForEnterpriseSponsorshipRevertingEmailAsync(string email, string familyOrgName)
{
return Task.FromResult(0);
}