diff --git a/src/Core/Models/Domain/Cipher.cs b/src/Core/Models/Domain/Cipher.cs index 5715760c3..a5b6fcba4 100644 --- a/src/Core/Models/Domain/Cipher.cs +++ b/src/Core/Models/Domain/Cipher.cs @@ -202,7 +202,7 @@ namespace Bit.Core.Models.Domain c.Identity = Identity.ToIdentityData(); break; case Enums.CipherType.Fido2Key: - c.Fido2Key= Fido2Key.ToFido2KeyData(); + c.Fido2Key = Fido2Key.ToFido2KeyData(); break; default: break;