diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 15f008701a..b628be1d0f 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -70,7 +70,7 @@ namespace Bit.Core public const int Argon2Parallelism = 4; public const int MasterPasswordMinimumChars = 12; public const int CipherKeyRandomBytesLength = 64; - public const string CipherKeyEncryptionMinServerVersion = "2024.1.3"; + public const string CipherKeyEncryptionMinServerVersion = "2024.2.0"; public const string DefaultFido2CredentialType = "public-key"; public const string DefaultFido2CredentialAlgorithm = "ECDSA"; public const string DefaultFido2CredentialCurve = "P-256"; diff --git a/src/Core/Pages/Settings/LoginPasswordlessRequestsListPage.xaml b/src/Core/Pages/Settings/LoginPasswordlessRequestsListPage.xaml index a61176efbe..9f6af1d14d 100644 --- a/src/Core/Pages/Settings/LoginPasswordlessRequestsListPage.xaml +++ b/src/Core/Pages/Settings/LoginPasswordlessRequestsListPage.xaml @@ -93,6 +93,7 @@