Skip to content

fix(ui): keep auth popup open after login so contractRequest can reuse it - #599

Merged
jacoby149 merged 1 commit into
devfrom
jacoby149/fix-popup-auth-blocked
Aug 13, 2026
Merged

fix(ui): keep auth popup open after login so contractRequest can reuse it#599
jacoby149 merged 1 commit into
devfrom
jacoby149/fix-popup-auth-blocked

Conversation

@jacoby149

Copy link
Copy Markdown
Owner

The popup blocked error was from goToApp calling window.close() after login. contractRequest then tried to open a NEW popup (blocked by browser) instead of reusing the login popup.

Fix: remove window.close() from goToApp. Popup stays open showing 'You're all set' with 'You can close this window'. SDK reuses it for contractRequest.

…e it — popup blocked error was from goToApp closing the window
@jacoby149
jacoby149 merged commit d7109ba into dev Aug 13, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant