mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
two-factor other methods switching and send email
This commit is contained in:
8
src/App/Models/Api/Request/TwoFactorEmailRequest.cs
Normal file
8
src/App/Models/Api/Request/TwoFactorEmailRequest.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Bit.App.Models.Api
|
||||
{
|
||||
public class TwoFactorEmailRequest
|
||||
{
|
||||
public string Email { get; set; }
|
||||
public string MasterPasswordHash { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user