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 )