From 89b5ab310e72a1c92eb980a65402033a9712e810 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Wed, 14 Jan 2026 16:14:53 +0800 Subject: [PATCH] feat: updage facelive license check --- apps/authentication/mfa/face.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/authentication/mfa/face.py b/apps/authentication/mfa/face.py index 920cfcd3e..045a9cb81 100644 --- a/apps/authentication/mfa/face.py +++ b/apps/authentication/mfa/face.py @@ -33,7 +33,6 @@ class MFAFace(BaseMFA, AuthFaceMixin): def global_enabled(): return ( settings.XPACK_LICENSE_IS_VALID and - settings.XPACK_LICENSE_EDITION_ULTIMATE and settings.FACE_RECOGNITION_ENABLED )