aq-fe-framework 0.1.78 → 0.1.79
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,6 +10135,8 @@ function F_authenticate_Login({
|
|
|
10135
10135
|
loadingState[1](false);
|
|
10136
10136
|
return;
|
|
10137
10137
|
}
|
|
10138
|
+
authStore.setProperty("code", data.userName);
|
|
10139
|
+
authStore.setProperty("fullName", data.userFullName);
|
|
10138
10140
|
authStore.setProperty("userId", data.userId);
|
|
10139
10141
|
authStore.setProperty("token", data.data.token);
|
|
10140
10142
|
if (onSuccess) {
|
|
@@ -62,7 +62,7 @@ import {
|
|
|
62
62
|
useHeaderMegaMenuStore,
|
|
63
63
|
useS_ButtonImport,
|
|
64
64
|
utils_layout_getItemsWithoutLinks
|
|
65
|
-
} from "../chunk-
|
|
65
|
+
} from "../chunk-WN7XS2D7.mjs";
|
|
66
66
|
import "../chunk-AL73DX37.mjs";
|
|
67
67
|
import "../chunk-42OQXQR5.mjs";
|
|
68
68
|
import "../chunk-FWCSY2DS.mjs";
|