@passkeyme/auth 2.0.3 → 2.0.4

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.umd.js CHANGED
@@ -820,6 +820,7 @@
820
820
  error: null,
821
821
  isAuthenticated: false,
822
822
  };
823
+ logger.debug("[PasskeymeAuth] Constructor called with config:", config);
823
824
  // Set default values
824
825
  const defaultRedirectUri = typeof window !== "undefined" && window.location && window.location.origin
825
826
  ? `${window.location.origin}/auth/callback`