mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
stubbing out api setup for u2f
This commit is contained in:
@@ -192,7 +192,7 @@ namespace Bit.Core.Services
|
||||
|
||||
var token = await base.GenerateUserTokenAsync(user, TokenOptions.DefaultEmailProvider,
|
||||
"2faEmail:" + provider.MetaData["Email"]);
|
||||
await _mailService.SendChangeEmailEmailAsync(provider.MetaData["Email"], token);
|
||||
await _mailService.SendChangeEmailEmailAsync((string)provider.MetaData["Email"], token);
|
||||
}
|
||||
|
||||
public async Task<bool> VerifyTwoFactorEmailAsync(User user, string token)
|
||||
|
||||
Reference in New Issue
Block a user