1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-09 03:53:15 +00:00

more renames

This commit is contained in:
Kyle Spearrin
2017-10-19 16:08:29 -04:00
parent ebbe704672
commit d2468d144e
3 changed files with 49 additions and 49 deletions

View File

@@ -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;