You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One issue I frequently see people having in Scratch Auth's help topic is that the auth page "closes" when they paste their code into their profile(or the auth project). I'm pretty sure it's possible to do this using the focus() method on Window objects in JavaScript, but I haven't been able to get this working consistently myself.
Another solution would be to add a dialog box that shows the user how to reopen the auth window.
The text was updated successfully, but these errors were encountered:
also, the other solution is to just open a tab instead of a popup since you can get the same window object to work with
Alright then. I've made a branch on my fork of this repo that does this(available at Steve0Greatness/PenguinMod-Home:open-auth-new-tab). I could make a PR if you think this is the best way to address this issue.
One issue I frequently see people having in Scratch Auth's help topic is that the auth page "closes" when they paste their code into their profile(or the auth project). I'm pretty sure it's possible to do this using the
focus()
method onWindow
objects in JavaScript, but I haven't been able to get this working consistently myself.Another solution would be to add a dialog box that shows the user how to reopen the auth window.
The text was updated successfully, but these errors were encountered: