[FIX] HORILLA_API: Local variable error

This commit is contained in:
Horilla
2025-08-26 14:43:24 +05:30
parent a2533f5847
commit b8d6691177

View File

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