locust-cloud 1.11.6__py3-none-any.whl → 1.11.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- locust_cloud/auth.py +1 -1
- {locust_cloud-1.11.6.dist-info → locust_cloud-1.11.7.dist-info}/METADATA +1 -1
- {locust_cloud-1.11.6.dist-info → locust_cloud-1.11.7.dist-info}/RECORD +5 -5
- {locust_cloud-1.11.6.dist-info → locust_cloud-1.11.7.dist-info}/WHEEL +0 -0
- {locust_cloud-1.11.6.dist-info → locust_cloud-1.11.7.dist-info}/entry_points.txt +0 -0
locust_cloud/auth.py
CHANGED
@@ -410,7 +410,7 @@ def register_auth(environment: locust.env.Environment):
|
|
410
410
|
|
411
411
|
if session.get("challenge_session"):
|
412
412
|
session["challenge_session"] = ""
|
413
|
-
return redirect(
|
413
|
+
return redirect("https://docs.locust.cloud/")
|
414
414
|
|
415
415
|
return redirect(url_for("locust.login"))
|
416
416
|
except requests.exceptions.HTTPError as e:
|
@@ -1,5 +1,5 @@
|
|
1
1
|
locust_cloud/__init__.py,sha256=Mibsyg96q15lEs7pmQ-zQ-MTLp0k2oYgseORKjsDYAI,3620
|
2
|
-
locust_cloud/auth.py,sha256=
|
2
|
+
locust_cloud/auth.py,sha256=LdXbsmAQ-pV8xFd31xzU72WiHXg1j6Ax_4QcxCPutRc,16943
|
3
3
|
locust_cloud/cloud.py,sha256=lecZ5SRHuSfYQ15Heo5qxVA-kLjD-JEbfbSdvsdB4ro,15267
|
4
4
|
locust_cloud/credential_manager.py,sha256=MiESqS8IOxncBON04irK1-seF-VNAHHTcELcyxp1ZR8,5571
|
5
5
|
locust_cloud/idle_exit.py,sha256=bYD6LeUa0d8Ev2b1f-tiRXVnfyolCoACcDWC8zizNPE,1189
|
@@ -17,7 +17,7 @@ locust_cloud/webui/vite.config.ts,sha256=cqxPMkbwEA3H9mGGbuPulQUhIHCosUqm_1usxzs
|
|
17
17
|
locust_cloud/webui/yarn.lock,sha256=52aat3Nl-O3OVBRrKO4RMpNJFCIpodvop0rxp0iWo-E,220316
|
18
18
|
locust_cloud/webui/dist/index.html,sha256=tQqq7DA202JvODfXKOC1aZXy8CQ0kPpr-t71VP3NvTA,664
|
19
19
|
locust_cloud/webui/dist/assets/index-j3NU-8ht.js,sha256=YVs_FT3JOMb_kLkp11EzfXM-x1W1WbNnZiaz5ijyC74,2866125
|
20
|
-
locust_cloud-1.11.
|
21
|
-
locust_cloud-1.11.
|
22
|
-
locust_cloud-1.11.
|
23
|
-
locust_cloud-1.11.
|
20
|
+
locust_cloud-1.11.7.dist-info/METADATA,sha256=BHQomZPC65N7wNPCjLNw3GSgCbrDat7MCN1faWtgjAA,452
|
21
|
+
locust_cloud-1.11.7.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
22
|
+
locust_cloud-1.11.7.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
|
23
|
+
locust_cloud-1.11.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|