@insforge/react 1.0.2-dev.2 → 1.0.2-dev.4
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.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -535,6 +535,7 @@ var InsforgeManager = class _InsforgeManager {
|
|
|
535
535
|
}
|
|
536
536
|
this.isInitializing = true;
|
|
537
537
|
try {
|
|
538
|
+
await this.sdk.initialize();
|
|
538
539
|
const sessionResult = this.sdk.auth.getCurrentSession();
|
|
539
540
|
const hasToken = !!sessionResult.data?.session?.accessToken;
|
|
540
541
|
if (hasToken) {
|