mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 22:53:34 +00:00
add ciphers: card, identity, and sec note
This commit is contained in:
@@ -5,6 +5,8 @@ namespace Bit.App.Models
|
||||
{
|
||||
public class SecureNote
|
||||
{
|
||||
public SecureNote() { }
|
||||
|
||||
public SecureNote(CipherData data)
|
||||
{
|
||||
Type = data.SecureNoteType.Value;
|
||||
|
||||
Reference in New Issue
Block a user