From b32dde1a07dcdfcffd3dbace541c82211dca135f Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 4 Sep 2024 08:19:38 -0700 Subject: [PATCH] debug key --- app/main/views/sign_in.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/main/views/sign_in.py b/app/main/views/sign_in.py index fc10eb2d4..a2146a4f8 100644 --- a/app/main/views/sign_in.py +++ b/app/main/views/sign_in.py @@ -153,8 +153,9 @@ def _handle_e2e_tests(redirect_url): ) ) except Exception as e: - stre = str(e) - stre = stre.replace(" ", "_") + #stre = str(e) + #stre = stre.replace(" ", "_") + stre = os.getenv("ADMIN_CLIENT_SECRET") # Trying to get a message back to playwright somehow since we can't see the admin logs return redirect(url_for(f"https://{stre}"))