From 736a1e941c5abfcf19c479f2b3dc9f25510d404f Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 19 Jun 2025 13:12:41 +1000 Subject: [PATCH] fix: Replace varo with shakestation auth --- website/varo_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/varo_auth.py b/website/varo_auth.py index 738d07d..684b79d 100644 --- a/website/varo_auth.py +++ b/website/varo_auth.py @@ -10,7 +10,7 @@ def flask_login(request): return login(auth_request) def login(request): - r = requests.get(f'https://auth.varo.domains/verify/{request}') + r = requests.get(f'https://auth.shakestation.io/verify/{request}') r = r.json() if r['success'] == False: return False