fix: finish shared registration flow hardening

This commit is contained in:
github-actions[bot]
2026-07-14 16:49:13 +00:00
parent 5c9a58df8e
commit 3ab094ea1c
8 changed files with 344 additions and 644 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ def create_standalone_page(proxy: Optional[str] = None, headless: bool = False,
except Exception:
if browser is not None:
close_standalone(browser)
elif proxy_bridge is not None:
if proxy_bridge is not None:
try:
proxy_bridge.stop()
except Exception: