@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.cjs CHANGED
@@ -3162,6 +3162,7 @@ function useInsforge() {
3162
3162
  exchangeResetPasswordToken: () => Promise.resolve({ error: { message: "SSR mode" } }),
3163
3163
  loginWithOAuth: () => Promise.resolve(),
3164
3164
  getPublicAuthConfig: () => Promise.resolve(null),
3165
+ getSession: () => Promise.resolve(null),
3165
3166
  baseUrl: "",
3166
3167
  afterSignInUrl: "/"
3167
3168
  };