-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
When you type more than one parameter allowed in the scope url google is invalid and is not generated the token.
I found the problem and found that making a small change in the code solves the problem.
Only modify the line of 85 "var loginwindow = window.open (login_url, '_blank', 'location = yes');" to "var = loginwindow window.open (decodeURIComponent (login_url), '_blank', 'location = yes');" and is solved!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels