|
@@ -422,7 +422,7 @@ module.exports = class ProviderView {
|
|
|
|
|
|
handleAuth () {
|
|
|
const authState = btoa(JSON.stringify({ origin: getOrigin() }))
|
|
|
- const clientVersion = encodeURIComponent(`@uppy/companion-client=${ProviderView.VERSION}`)
|
|
|
+ const clientVersion = encodeURIComponent(`@uppy/provider-views=${ProviderView.VERSION}`)
|
|
|
const link = `${this.provider.authUrl()}?state=${authState}&uppyVersions=${clientVersion}`
|
|
|
|
|
|
const authWindow = window.open(link, '_blank')
|