Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Scope Params #10

Open
baianodepoa opened this issue Mar 30, 2015 · 0 comments
Open

Google Scope Params #10

baianodepoa opened this issue Mar 30, 2015 · 0 comments

Comments

@baianodepoa
Copy link

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!

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

No branches or pull requests

1 participant