mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
just type mapping for json docs
This commit is contained in:
@ -16,7 +16,7 @@ namespace Bit.Core.Models.EntityFramework
|
||||
get => _twoFactorProvidersJson;
|
||||
set
|
||||
{
|
||||
TwoFactorProviders = value.ToString();
|
||||
TwoFactorProviders = value?.ToString();
|
||||
_twoFactorProvidersJson = value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user