@insforge/react 1.1.5 → 1.1.6-test.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/atoms.js CHANGED
@@ -3141,6 +3141,7 @@ function useInsforge() {
3141
3141
  exchangeResetPasswordToken: () => Promise.resolve({ error: { message: "SSR mode" } }),
3142
3142
  loginWithOAuth: () => Promise.resolve(),
3143
3143
  getPublicAuthConfig: () => Promise.resolve(null),
3144
+ getSession: () => Promise.resolve(null),
3144
3145
  baseUrl: "",
3145
3146
  afterSignInUrl: "/"
3146
3147
  };