@sunggang/ui-lib 0.2.82 → 0.2.84
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 +3 -0
- package/package.json +1 -1
package/index.esm2.js
CHANGED
|
@@ -59079,9 +59079,11 @@ var LiffProvider = function(param) {
|
|
|
59079
59079
|
6
|
|
59080
59080
|
];
|
|
59081
59081
|
case 6:
|
|
59082
|
+
console.log("isValid", isValid);
|
|
59082
59083
|
if (isFriendship && isValid) return [
|
|
59083
59084
|
2
|
|
59084
59085
|
];
|
|
59086
|
+
console.log("wtf", isValid, isFriendship);
|
|
59085
59087
|
return [
|
|
59086
59088
|
4,
|
|
59087
59089
|
loginInit(lineToken)
|
|
@@ -59132,6 +59134,7 @@ var LiffProvider = function(param) {
|
|
|
59132
59134
|
console.error("LocalStorage 解析失敗:", err);
|
|
59133
59135
|
}
|
|
59134
59136
|
}
|
|
59137
|
+
console.log("localStorageToken:", jwtToken);
|
|
59135
59138
|
if (!jwtToken) return [
|
|
59136
59139
|
3,
|
|
59137
59140
|
2
|