@sunggang/ui-lib 0.3.32 → 0.3.33
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/index.esm2.js +1 -1
- package/package.json +1 -1
package/index.esm2.js
CHANGED
|
@@ -78566,7 +78566,7 @@ var LiffProvider = function(param) {
|
|
|
78566
78566
|
// const redirectUri = customerRedirectUrl || `${window.location.href}`;
|
|
78567
78567
|
currentPath = window.location.pathname + window.location.search || customerRedirectUrl || "";
|
|
78568
78568
|
origin = window.location.origin;
|
|
78569
|
-
redirectUri = "".concat(origin
|
|
78569
|
+
redirectUri = "".concat(origin).concat(encodeURIComponent(currentPath));
|
|
78570
78570
|
if (loginByUser || ignoreRoute) return [
|
|
78571
78571
|
2
|
|
78572
78572
|
];
|