mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
stub our 2fa page backend
This commit is contained in:
@@ -271,6 +271,16 @@ namespace Bit.Core.Services
|
||||
|
||||
#endregion
|
||||
|
||||
#region Two Factor APIs
|
||||
|
||||
public Task PostTwoFactorEmailAsync(TwoFactorEmailRequest request)
|
||||
{
|
||||
return SendAsync<TwoFactorEmailRequest, object>(
|
||||
HttpMethod.Post, "/two-factor/send-email-login", request, false, false);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region HIBP APIs
|
||||
|
||||
public Task<List<BreachAccountResponse>> GetHibpBreachAsync(string username)
|
||||
|
||||
Reference in New Issue
Block a user