mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
fixes for databasecontext and json types
This commit is contained in:
@ -9,7 +9,8 @@ namespace Bit.Core.Models.EntityFramework
|
||||
private JsonDocument _twoFactorProvidersJson;
|
||||
|
||||
public ICollection<Cipher> Ciphers { get; set; }
|
||||
|
||||
|
||||
[IgnoreMap]
|
||||
public JsonDocument TwoFactorProvidersJson
|
||||
{
|
||||
get => _twoFactorProvidersJson;
|
||||
|
Reference in New Issue
Block a user