Skip to content

Google Scope Params #10

@baianodepoa

Description

@baianodepoa

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions