@insforge/sdk 1.1.3-test.0 → 1.1.3

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
@@ -619,9 +619,6 @@ var Auth = class {
619
619
  */
620
620
  async getCurrentSession() {
621
621
  await this.authCallbackHandled;
622
- if (isHostedAuthEnvironment()) {
623
- return { data: { session: null }, error: null };
624
- }
625
622
  try {
626
623
  const session = this.tokenManager.getSession();
627
624
  if (session) {