mirror of
https://github.com/bitwarden/mobile
synced 2025-12-31 15:43:19 +00:00
More localized resource strings applied. Implemented more options actions on valut list page. Added delete confirmation.
This commit is contained in:
@@ -14,12 +14,16 @@ namespace Bit.App.Models.View
|
||||
FolderId = folderId;
|
||||
Name = site.Name?.Decrypt();
|
||||
Username = site.Username?.Decrypt();
|
||||
Password = site.Password?.Decrypt();
|
||||
Uri = site.Uri?.Decrypt();
|
||||
}
|
||||
|
||||
public string Id { get; set; }
|
||||
public string FolderId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
public string Uri { get; set; }
|
||||
}
|
||||
|
||||
public class Folder : ObservableCollection<Site>
|
||||
|
||||
Reference in New Issue
Block a user