|
@@ -413,7 +413,7 @@ module.exports = class ProviderView {
|
|
|
const authState = btoa(JSON.stringify({ origin: location.origin }))
|
|
|
// @todo remove this hardcoded version
|
|
|
const clientVersion = 'companion-client:1.0.2'
|
|
|
- const link = `${this.provider.authUrl()}?state=${authState}&uppyClient=${clientVersion}`
|
|
|
+ const link = `${this.provider.authUrl()}?state=${authState}&uppyVersions=${clientVersion}`
|
|
|
|
|
|
const authWindow = window.open(link, '_blank')
|
|
|
const handleToken = (e) => {
|