@techstuff-dev/foundation-api-utils 1.28.0 → 1.29.0

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.js CHANGED
@@ -905,6 +905,7 @@ var authDataBaseQueryWithReauth = function (args, api, extraOptions) { return __
905
905
  })];
906
906
  case 2:
907
907
  authSession = _b.sent();
908
+ console.log('authDataBaseQueryWithReauth: ', authSession);
908
909
  user = formatAuthSession(authSession);
909
910
  api.dispatch(setCredentials(user));
910
911
  if (!(authSession === null || authSession === void 0 ? void 0 : authSession.tokens)) return [3 /*break*/, 4];