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;