@asgardeo/react 0.5.11 → 0.5.12

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
@@ -527,7 +527,7 @@ var AsgardeoReactClient = class extends AsgardeoBrowserClient {
527
527
  this.setLoading(false);
528
528
  }
529
529
  }
530
- initialize(config) {
530
+ initialize(config, storage) {
531
531
  let resolvedOrganizationHandle = config?.organizationHandle;
532
532
  if (!resolvedOrganizationHandle) {
533
533
  resolvedOrganizationHandle = deriveOrganizationHandleFromBaseUrl(config?.baseUrl);