mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
parse saved item info for save
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Bit.App.Models
|
||||
public bool FromAutofillFramework { get; set; }
|
||||
public string Uri { get; set; }
|
||||
public CipherType? SaveType { get; set; }
|
||||
public string SaveName { get; set; }
|
||||
public string SaveUsername { get; set; }
|
||||
public string SavePassword { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user