mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 09:32:48 -05:00
verify email apis and emails
This commit is contained in:
@ -12,6 +12,11 @@ namespace Bit.Core.Services
|
||||
return Task.FromResult(0);
|
||||
}
|
||||
|
||||
public Task SendVerifyEmailEmailAsync(string email, Guid userId, string hint)
|
||||
{
|
||||
return Task.FromResult(0);
|
||||
}
|
||||
|
||||
public Task SendChangeEmailEmailAsync(string newEmailAddress, string token)
|
||||
{
|
||||
return Task.FromResult(0);
|
||||
|
Reference in New Issue
Block a user