Skip to content

Commit

Permalink
Merge pull request #12 from Annyv2/scope-openid
Browse files Browse the repository at this point in the history
Update home.js
  • Loading branch information
ntotten committed Nov 10, 2015
2 parents d0c026e + c6b81b4 commit a136053
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function signin() {
callbackURL: 'http://localhost:3000/auth/auth0/callback', // use this in production '<%= Rails.application.secrets.auth0_callback_url %>'
responseType: 'code',
authParams: {
scope: 'openid profile'
scope: 'openid name email picture'
}
});
}
}

0 comments on commit a136053

Please sign in to comment.