Revert "feat: updage facelive license check"

This reverts commit 577d34d4be.
This commit is contained in:
Jiangjie Bai
2026-01-14 16:30:45 +08:00
committed by GitHub
parent 577d34d4be
commit e56ee5cb07

View File

@@ -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
)