mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
Fixing misspelling. made changes to domain claim email. (#5248)
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user