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