mirror of
https://github.com/bitwarden/server.git
synced 2026-02-09 18:33:11 +08:00
fix(auth-validator): [PM-22975] Client Version Validator - Removed one line
This commit is contained in:
@@ -226,7 +226,6 @@ public class User : ITableObject<Guid>, IStorableSubscriber, IRevisable, ITwoFac
|
||||
/// This technically is correct but all versions after 1 are considered v2 encryption. Leaving for now with
|
||||
/// KM's blessing that when a new version comes along they will handle migration.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
private bool IsSecurityVersionTwo()
|
||||
{
|
||||
return SecurityVersion == 2;
|
||||
|
||||
Reference in New Issue
Block a user