mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-06-04 20:28:09 +02:00
api: remove profile from user settings
This commit is contained in:
@@ -34,7 +34,6 @@ namespace Notesnook.API.Models
|
||||
public string Salt { get; set; }
|
||||
public EncryptedData VaultKey { get; set; }
|
||||
public EncryptedData AttachmentsKey { get; set; }
|
||||
public EncryptedData Profile { get; set; }
|
||||
|
||||
[BsonId]
|
||||
[BsonRepresentation(BsonType.ObjectId)]
|
||||
|
||||
Reference in New Issue
Block a user