We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1a4de commit 21488a9Copy full SHA for 21488a9
src/options.js
@@ -55,7 +55,7 @@ export default {
55
name: 'facebook',
56
url: '/auth/facebook',
57
authorizationEndpoint: 'https://www.facebook.com/v2.5/dialog/oauth',
58
- redirectUri: window.location.origin,
+ redirectUri: window.location.origin + '/',
59
requiredUrlParams: ['display', 'scope'],
60
scope: ['email'],
61
scopeDelimiter: ',',
@@ -116,7 +116,7 @@ export default {
116
name: 'bitbucket',
117
url: '/auth/bitbucket',
118
authorizationEndpoint: 'https://bitbucket.org/site/oauth2/authorize',
119
120
optionalUrlParams: ['scope'],
121
122
scopeDelimiter: ' ',
0 commit comments