@sunggang/ui-lib 0.2.53 → 0.2.55

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 +0 -3
  2. package/package.json +1 -1
package/index.esm2.js CHANGED
@@ -58802,20 +58802,17 @@ var LiffProvider = function(param) {
58802
58802
  case 2:
58803
58803
  _state.sent();
58804
58804
  console.log("LIFF init succeeded.");
58805
- console.log("LIFF OBJ", liff);
58806
58805
  setLiffObject(liff);
58807
58806
  if (isValid) return [
58808
58807
  2
58809
58808
  ];
58810
58809
  lineToken = liff === null || liff === void 0 ? void 0 : liff.getAccessToken();
58811
- console.log("liff?.getAccessToken()", lineToken);
58812
58810
  // 未登入先進行登入
58813
58811
  if (!liff.isLoggedIn()) {
58814
58812
  redirectUri = customerRedirectUrl || "".concat(window.location.href);
58815
58813
  if (loginByUser || ignoreRoute) return [
58816
58814
  2
58817
58815
  ];
58818
- console.log("liff.isLoggedIn()");
58819
58816
  liff.login({
58820
58817
  redirectUri: redirectUri
58821
58818
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunggang/ui-lib",
3
- "version": "0.2.53",
3
+ "version": "0.2.55",
4
4
  "dependencies": {
5
5
  "@iconify/react": "^4.1.1",
6
6
  "@material-ui/core": "^4.12.4",