1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 09:13:15 +00:00

PS-77 Updated two-factor email request to include the device identifier to check whether to send the 2fa email because of a new device (#1895)

This commit is contained in:
Federico Maccaroni
2022-04-28 10:51:13 -03:00
committed by GitHub
parent 1bbe8d8b98
commit c251b950d1
2 changed files with 5 additions and 1 deletions

View File

@@ -4,5 +4,6 @@
{
public string Email { get; set; }
public string MasterPasswordHash { get; set; }
public string DeviceIdentifier { get; set; }
}
}