@iblai/web-utils 1.2.4 → 1.2.5

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
@@ -3532,7 +3532,6 @@ function TenantProvider({ children, fallback, onAuthSuccess, onAuthFailure, curr
3532
3532
  saveUserTokens === null || saveUserTokens === void 0 ? void 0 : saveUserTokens(tokenResponse);
3533
3533
  saveCurrentTenant(userAlreadyInTenant);
3534
3534
  setUserIsAccessingPublicRoute(false);
3535
- saveTenant === null || saveTenant === void 0 ? void 0 : saveTenant(userAlreadyInTenant.key);
3536
3535
  setIsLoading(false);
3537
3536
  return;
3538
3537
  }