@melio-eng/web-sdk 1.0.19-pr.34.273bb1a → 1.0.19-pr.34.95e1e5d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -274,7 +274,7 @@ class InitFlow extends Flow {
|
|
|
274
274
|
token: this.authorizationCode,
|
|
275
275
|
theme: this.partnerName,
|
|
276
276
|
});
|
|
277
|
-
return `${baseUrl}/${this.partnerName}/start?${params.toString()}`;
|
|
277
|
+
return `${baseUrl}/${this.partnerName}/start?${params.toString()}&cdn_branch_override=refresh_token_on_user_ping`;
|
|
278
278
|
}
|
|
279
279
|
setupKeepAlive() {
|
|
280
280
|
this.keepAliveInterval = window.setInterval(() => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@melio-eng/web-sdk",
|
|
3
|
-
"version": "1.0.19-pr.34.
|
|
3
|
+
"version": "1.0.19-pr.34.95e1e5d",
|
|
4
4
|
"description": "Melio Web SDK - Embed core Melio workflows directly into partner UI with minimal effort",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|