@mmb-digital/ds-lilly 0.4.1 → 0.4.2
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/dist/ds-lilly.js +1 -1
- package/package.json +1 -1
package/dist/ds-lilly.js
CHANGED
|
@@ -97809,7 +97809,7 @@ var UserAuth = function (_a) {
|
|
|
97809
97809
|
setTimeLeft((timer === null || timer === void 0 ? void 0 : timer.time) ? timer.time : 0);
|
|
97810
97810
|
setMobileKeyValue('');
|
|
97811
97811
|
}
|
|
97812
|
-
}, [resetTimer, timer]);
|
|
97812
|
+
}, [resetTimer, timer === null || timer === void 0 ? void 0 : timer.time]);
|
|
97813
97813
|
Object(external_root_React_commonjs2_react_commonjs_react_amd_react_umd_react_["useEffect"])(function () {
|
|
97814
97814
|
if (mobileKey === null || mobileKey === void 0 ? void 0 : mobileKey.error) {
|
|
97815
97815
|
setMobileKeyValue('');
|