mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-28 20:40:06 +00:00
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:
commit
fc0c7e4155
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ exports.buildHelpfulStartupMessage = (uppyOptions) => {
|
|||
providerName = 'drive'
|
||||
}
|
||||
|
||||
callbackURLs.push(buildURL(`/${providerName}/callback`, true))
|
||||
callbackURLs.push(buildURL(`/connect/${providerName}/callback`, true))
|
||||
})
|
||||
|
||||
return stripIndent`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue