@passkeyme/auth 2.0.5 → 2.0.6

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