@sunggang/ui-lib 0.2.64 → 0.2.65
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 -0
- package/package.json +1 -1
package/index.esm2.js
CHANGED
|
@@ -58964,6 +58964,7 @@ var LiffProvider = function(param) {
|
|
|
58964
58964
|
setAccessToken(loginToken);
|
|
58965
58965
|
if (memberInfoUrl) fetchMemberInfo(loginToken);
|
|
58966
58966
|
} else {
|
|
58967
|
+
setUserInfo(response);
|
|
58967
58968
|
if (handleLoginError) handleLoginError();
|
|
58968
58969
|
}
|
|
58969
58970
|
return [
|