1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

renaming files for Site => Login refactor

This commit is contained in:
Kyle Spearrin
2017-01-03 00:25:17 -05:00
parent 991afb7722
commit fe778293c1
23 changed files with 23 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
namespace Bit.App.Models.Api
{
public class LoginDataModel
{
public string Name { get; set; }
public string Uri { get; set; }
public string Username { get; set; }
public string Password { get; set; }
public string Notes { get; set; }
}
}