mirror of
https://github.com/bitwarden/mobile
synced 2026-01-09 03:53:15 +00:00
more renames
This commit is contained in:
@@ -7,7 +7,7 @@ using Bit.App.Enums;
|
||||
|
||||
namespace Bit.App.Models.Page
|
||||
{
|
||||
public class VaultViewLoginPageModel : INotifyPropertyChanged
|
||||
public class VaultViewCipherPageModel : INotifyPropertyChanged
|
||||
{
|
||||
private string _name;
|
||||
private string _username;
|
||||
@@ -20,7 +20,7 @@ namespace Bit.App.Models.Page
|
||||
private List<Attachment> _attachments;
|
||||
private List<Field> _fields;
|
||||
|
||||
public VaultViewLoginPageModel() { }
|
||||
public VaultViewCipherPageModel() { }
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
Reference in New Issue
Block a user