1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

Password hint page

This commit is contained in:
Kyle Spearrin
2016-07-23 00:40:17 -04:00
parent aed04828e9
commit 2911af2c16
7 changed files with 204 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
namespace Bit.App.Models.Api
{
public class PasswordHintRequest
{
public string Email { get; set; }
}
}