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