aq-fe-framework 0.1.78 → 0.1.80
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.
|
@@ -10135,7 +10135,9 @@ function F_authenticate_Login({
|
|
|
10135
10135
|
loadingState[1](false);
|
|
10136
10136
|
return;
|
|
10137
10137
|
}
|
|
10138
|
-
authStore.setProperty("
|
|
10138
|
+
authStore.setProperty("code", data.data.userName);
|
|
10139
|
+
authStore.setProperty("fullName", data.data.userFullName);
|
|
10140
|
+
authStore.setProperty("userId", data.data.userId);
|
|
10139
10141
|
authStore.setProperty("token", data.data.token);
|
|
10140
10142
|
if (onSuccess) {
|
|
10141
10143
|
onSuccess(data);
|
|
@@ -62,7 +62,7 @@ import {
|
|
|
62
62
|
useHeaderMegaMenuStore,
|
|
63
63
|
useS_ButtonImport,
|
|
64
64
|
utils_layout_getItemsWithoutLinks
|
|
65
|
-
} from "../chunk-
|
|
65
|
+
} from "../chunk-DKHALPJQ.mjs";
|
|
66
66
|
import "../chunk-AL73DX37.mjs";
|
|
67
67
|
import "../chunk-42OQXQR5.mjs";
|
|
68
68
|
import "../chunk-FWCSY2DS.mjs";
|
package/package.json
CHANGED
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"types": "./dist/modules-features/index.d.mts"
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
|
-
"version": "0.1.
|
|
21
|
+
"version": "0.1.80",
|
|
22
22
|
"private": false,
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
|
-
"dev": "next dev --turbopack -p
|
|
27
|
+
"dev": "next dev --turbopack -p 3000",
|
|
28
28
|
"gen": "barrelsby --config barrelsby.json",
|
|
29
29
|
"build": "tsup --tsconfig tsconfig.lib.json",
|
|
30
30
|
"start": "next start",
|