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