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}"))