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

Typo breaking requestPermissions in Accounts.ui.config (1.2.23) #126

Closed
jrtilson opened this issue Jul 26, 2017 · 1 comment
Closed

Typo breaking requestPermissions in Accounts.ui.config (1.2.23) #126

jrtilson opened this issue Jul 26, 2017 · 1 comment

Comments

@jrtilson
Copy link
Contributor

There's a typo here that's throwing ReferenceError: scope is not defined to the console when you supply requestPermissions in Accounts.ui.config, ie:

Accounts.ui.config({
  passwordSignupFields: 'USERNAME_AND_EMAIL',
  requestOfflineToken: { google: true },
  loginPath: '/login',
  requestPermissions: {
    google: ['https://www.googleapis.com/auth/userinfo.email'],
  },
});
jrtilson added a commit to jrtilson/accounts-ui that referenced this issue Jul 26, 2017
ensemblebd added a commit to ensemblebd/accounts-ui that referenced this issue Nov 19, 2017
@santiagorp
Copy link

Any idea when this typo going to be fixed?

kwunyeung pushed a commit to kwunyeung/accounts-ui that referenced this issue Jan 2, 2018
@Elviron Elviron closed this as completed in 2aedee1 Feb 8, 2018
Elviron added a commit that referenced this issue Feb 8, 2018
Elviron pushed a commit that referenced this issue Feb 8, 2018
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

2 participants