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 b5fcb9a commit 8d4ae95Copy full SHA for 8d4ae95
src/connector-wrapper.js
@@ -53,8 +53,8 @@ const proxyCall = function() {
53
iframe.contentWindow.postMessage(payload, url)
54
}) */
55
return new Promise((resolve, reject) => {
56
- const token = getToken('tcjwt')
57
- token ? resolve({ token: token }) : reject("tcjwt cookie not found")
+ const token = getToken('v3jwt')
+ token ? resolve({ token: token }) : reject("v3jwt cookie not found")
58
})
59
}
60
0 commit comments