From 2ed458d5d40f8d4864257d9e4e189f5e78d296b2 Mon Sep 17 00:00:00 2001 From: Patrick Pimentel Date: Thu, 4 Dec 2025 09:27:10 -0500 Subject: [PATCH] fix(auth-validator): [PM-22975] Client Version Validator - Removed one line --- src/Core/Entities/User.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Entities/User.cs b/src/Core/Entities/User.cs index ff0ec2f31e..510455886c 100644 --- a/src/Core/Entities/User.cs +++ b/src/Core/Entities/User.cs @@ -226,7 +226,6 @@ public class User : ITableObject, 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. /// - /// private bool IsSecurityVersionTwo() { return SecurityVersion == 2;