analytica-frontend-lib 1.2.53 → 1.2.54

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/index.mjs CHANGED
@@ -19153,7 +19153,7 @@ import { useCallback as useCallback14, useEffect as useEffect38, useMemo as useM
19153
19153
  import { useNavigate as useNavigate2 } from "react-router-dom";
19154
19154
  function useAppContent(config) {
19155
19155
  const navigate = useNavigate2();
19156
- const { setTokens, setSessionInfo, setSelectedProfile } = useAuthStore();
19156
+ const { setTokens, setSessionInfo, setSelectedProfile, setUser } = useAuthStore();
19157
19157
  const {
19158
19158
  api,
19159
19159
  getInstitutionId,
@@ -19204,6 +19204,7 @@ function useAppContent(config) {
19204
19204
  setTokens,
19205
19205
  setSessionInfo,
19206
19206
  setSelectedProfile: handleSetSelectedProfile,
19207
+ setUser,
19207
19208
  api: apiConfig,
19208
19209
  endpoint,
19209
19210
  clearParamsFromURL: handleClearParamsFromURL,
@@ -19215,6 +19216,7 @@ function useAppContent(config) {
19215
19216
  setTokens,
19216
19217
  setSessionInfo,
19217
19218
  handleSetSelectedProfile,
19219
+ setUser,
19218
19220
  apiConfig,
19219
19221
  endpoint,
19220
19222
  handleClearParamsFromURL,