@passkeyme/auth 2.0.4 → 2.0.5
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.esm.js
CHANGED
|
@@ -449,6 +449,7 @@ class PasskeymeApiClient {
|
|
|
449
449
|
return result;
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
|
+
// Test comment
|
|
452
453
|
|
|
453
454
|
/**
|
|
454
455
|
* Platform SDK Interface for Passkeyme
|
|
@@ -814,7 +815,7 @@ class PasskeymeAuth {
|
|
|
814
815
|
error: null,
|
|
815
816
|
isAuthenticated: false,
|
|
816
817
|
};
|
|
817
|
-
|
|
818
|
+
console.log("[PasskeymeAuth] Constructor called with config:", config);
|
|
818
819
|
// Set default values
|
|
819
820
|
const defaultRedirectUri = typeof window !== "undefined" && window.location && window.location.origin
|
|
820
821
|
? `${window.location.origin}/auth/callback`
|