@passkeyme/auth 2.0.4 → 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 +2 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -453,6 +453,7 @@ class PasskeymeApiClient {
|
|
|
453
453
|
return result;
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
|
+
// Test comment
|
|
456
457
|
|
|
457
458
|
/**
|
|
458
459
|
* Platform SDK Interface for Passkeyme
|
|
@@ -818,7 +819,7 @@ class PasskeymeAuth {
|
|
|
818
819
|
error: null,
|
|
819
820
|
isAuthenticated: false,
|
|
820
821
|
};
|
|
821
|
-
|
|
822
|
+
console.log("[PasskeymeAuth] Constructor called with config: ", config);
|
|
822
823
|
// Set default values
|
|
823
824
|
const defaultRedirectUri = typeof window !== "undefined" && window.location && window.location.origin
|
|
824
825
|
? `${window.location.origin}/auth/callback`
|