mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-05-14 11:58:06 +02:00
api: add user's monograph passwords key (#41)
This commit is contained in:
@@ -34,6 +34,7 @@ namespace Notesnook.API.Models
|
||||
public string Salt { get; set; }
|
||||
public EncryptedData VaultKey { get; set; }
|
||||
public EncryptedData AttachmentsKey { get; set; }
|
||||
public EncryptedData MonographPasswordsKey { get; set; }
|
||||
|
||||
[BsonId]
|
||||
[BsonRepresentation(BsonType.ObjectId)]
|
||||
|
||||
Reference in New Issue
Block a user