@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.
Files changed (2) hide show
  1. package/index.esm2.js +1 -1
  2. 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, "?liff.state=").concat(encodeURIComponent(currentPath));
78569
+ redirectUri = "".concat(origin).concat(encodeURIComponent(currentPath));
78570
78570
  if (loginByUser || ignoreRoute) return [
78571
78571
  2
78572
78572
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunggang/ui-lib",
3
- "version": "0.3.32",
3
+ "version": "0.3.33",
4
4
  "dependencies": {
5
5
  "@emotion/react": "^11.14.0",
6
6
  "@emotion/styled": "^11.14.0",