1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 17:53:47 +00:00

cleanup on autofill

This commit is contained in:
Kyle Spearrin
2017-01-27 23:32:48 -05:00
parent 26667c0a59
commit 45c516ea3f
5 changed files with 139 additions and 614 deletions

View File

@@ -0,0 +1,10 @@
namespace Bit.Android
{
public class AutofillCredentials
{
public string Username { get; set; }
public string Password { get; set; }
public string Uri { get; set; }
public string LastUri { get; set; }
}
}