api: remove profile from user settings

This commit is contained in:
Abdullah Atta
2024-05-16 13:13:06 +05:00
parent 98b5143bfe
commit 1c901aad84
4 changed files with 2 additions and 13 deletions
-1
View File
@@ -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)]