diff --git a/src/Core/Models/Domain/AccountDecryptionOptions.cs b/src/Core/Models/Domain/AccountDecryptionOptions.cs index 2b485e26b..95969f678 100644 --- a/src/Core/Models/Domain/AccountDecryptionOptions.cs +++ b/src/Core/Models/Domain/AccountDecryptionOptions.cs @@ -19,7 +19,7 @@ namespace Bit.Core.Models.Domain public class KeyConnectorOption { - public bool KeyConnectorUrl { get; set; } + public string KeyConnectorUrl { get; set; } } }