@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.esm.js CHANGED
@@ -814,6 +814,7 @@ class PasskeymeAuth {
814
814
  error: null,
815
815
  isAuthenticated: false,
816
816
  };
817
+ logger.debug("[PasskeymeAuth] Constructor called with config:", config);
817
818
  // Set default values
818
819
  const defaultRedirectUri = typeof window !== "undefined" && window.location && window.location.origin
819
820
  ? `${window.location.origin}/auth/callback`