Browse Source

Merge branch 'main' into vault/ac-2106/fix-provider-creating-collection

vault/ac-2106/fix-provider-creating-collection
Shane Melton 2 years ago
parent
commit
8020ed07f8
No known key found for this signature in database
  1. 2
      src/Core/Constants.cs

2
src/Core/Constants.cs

@ -23,7 +23,7 @@ public static class Constants @@ -23,7 +23,7 @@ public static class Constants
public const string Fido2KeyCipherMinimumVersion = "2023.10.0";
public const string CipherKeyEncryptionMinimumVersion = "2024.1.3";
public const string CipherKeyEncryptionMinimumVersion = "2024.2.0";
/// <summary>
/// Used by IdentityServer to identify our own provider.

Loading…
Cancel
Save