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: