1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-17 23:50:58 -05:00

Fixing misspelling. made changes to domain claim email. (#5248)

This commit is contained in:
Jared McCannon
2025-01-10 14:19:52 -06:00
committed by GitHub
parent 904692a9b6
commit 730f83b425
8 changed files with 11 additions and 15 deletions

View File

@ -80,7 +80,7 @@ public class NoopMailService : IMailService
return Task.FromResult(0);
}
public Task SendOrganizationUserRevokedForTwoFactoryPolicyEmailAsync(string organizationName, string email) =>
public Task SendOrganizationUserRevokedForTwoFactorPolicyEmailAsync(string organizationName, string email) =>
Task.CompletedTask;
public Task SendOrganizationUserRevokedForPolicySingleOrgEmailAsync(string organizationName, string email) =>