1
0
mirror of https://github.com/bitwarden/server synced 2025-12-22 11:13:27 +00:00

fixes for databasecontext and json types

This commit is contained in:
Kyle Spearrin
2020-01-09 07:57:33 -05:00
parent 002efaafd4
commit 8026912eeb
9 changed files with 130 additions and 74 deletions

View File

@@ -9,7 +9,8 @@ namespace Bit.Core.Models.EntityFramework
private JsonDocument _twoFactorProvidersJson;
public ICollection<Cipher> Ciphers { get; set; }
[IgnoreMap]
public JsonDocument TwoFactorProvidersJson
{
get => _twoFactorProvidersJson;