1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

PM-1688 | individual vault encryption: remove client version restriction (#4198)

* remove server restriction code

* remove client version method check for encryption

---------

Co-authored-by: bnagawiecki <107435978+bnagawiecki@users.noreply.github.com>
This commit is contained in:
Merissa Weinstein
2024-07-23 11:44:14 -05:00
committed by GitHub
parent 1b5f9e3f3e
commit 48f9d09f4e
2 changed files with 0 additions and 17 deletions

View File

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