mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
Switch to Legacy Deserialization (#1851)
This commit is contained in:
parent
f824a2aaf1
commit
1b0d18a7c5
@ -142,7 +142,7 @@ namespace Bit.Core.Entities
|
|||||||
if (_twoFactorProviders == null)
|
if (_twoFactorProviders == null)
|
||||||
{
|
{
|
||||||
_twoFactorProviders =
|
_twoFactorProviders =
|
||||||
JsonSerializer.Deserialize<Dictionary<TwoFactorProviderType, TwoFactorProvider>>(
|
JsonHelpers.LegacyDeserialize<Dictionary<TwoFactorProviderType, TwoFactorProvider>>(
|
||||||
TwoFactorProviders);
|
TwoFactorProviders);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user