early alpha OTP'less local approval

This commit is contained in:
2025-09-29 22:36:12 -04:00
parent 789a8ed975
commit 4feb3ecca9
4 changed files with 74 additions and 29 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ def getDestAllowlistFromClientID(url, clientid):
result = json.loads(response.text)
data = pd.DataFrame(result["response"]["agents"])
allowlist = getDestAllowlist(url,data.loc[0, "groupid"])
allowlist = policyf.getDestAllowlist(url,data.loc[0, "groupid"])
return allowlist