mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
cleanup on autofill
This commit is contained in:
10
src/Android/AutofillCredentials.cs
Normal file
10
src/Android/AutofillCredentials.cs
Normal 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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user