From e56ee5cb0770754c1d14c17eb4813b51a24fdb80 Mon Sep 17 00:00:00 2001 From: Jiangjie Bai Date: Wed, 14 Jan 2026 16:30:45 +0800 Subject: [PATCH] Revert "feat: updage facelive license check" This reverts commit 577d34d4beb179836a6fda84c857f415eaa28e84. --- apps/authentication/mfa/face.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/authentication/mfa/face.py b/apps/authentication/mfa/face.py index 045a9cb81..920cfcd3e 100644 --- a/apps/authentication/mfa/face.py +++ b/apps/authentication/mfa/face.py @@ -33,6 +33,7 @@ class MFAFace(BaseMFA, AuthFaceMixin): def global_enabled(): return ( settings.XPACK_LICENSE_IS_VALID and + settings.XPACK_LICENSE_EDITION_ULTIMATE and settings.FACE_RECOGNITION_ENABLED )