how to close window when oauth redirected #143060
Unanswered
yibei333
asked this question in
API and Webhooks
Replies: 1 comment 1 reply
-
You need to change your implementation, the window should've opened with your script. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
when login finished and redirect to my own page, I try to use script[
window.close()
] to close the window, I got a warningScripts may close only the windows that were opened by them.
and window not close.Beta Was this translation helpful? Give feedback.
All reactions