Merge pull request #1366 from HughbertD/bug/default-redirect-uri-fix

Updated the callback URIs to reflect their correct location
This commit is contained in:
Ifedapo .A. Olarewaju 2019-03-26 16:18:24 +01:00 committed by GitHub
commit fc0c7e4155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@ exports.buildHelpfulStartupMessage = (uppyOptions) => {
providerName = 'drive'
}
callbackURLs.push(buildURL(`/${providerName}/callback`, true))
callbackURLs.push(buildURL(`/connect/${providerName}/callback`, true))
})
return stripIndent`