From b8d669117791d77dbadc6cc3fdc70c21bb6e206f Mon Sep 17 00:00:00 2001 From: Horilla Date: Tue, 26 Aug 2025 14:43:24 +0530 Subject: [PATCH] [FIX] HORILLA_API: Local variable error --- horilla_api/api_views/auth/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/horilla_api/api_views/auth/views.py b/horilla_api/api_views/auth/views.py index 997a46ca5..d53039b97 100644 --- a/horilla_api/api_views/auth/views.py +++ b/horilla_api/api_views/auth/views.py @@ -18,6 +18,7 @@ class LoginAPIView(APIView): face_detection = False face_detection_image = None geo_fencing = False + company_id = None try: face_detection = employee.get_company().face_detection.start except: