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