@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.umd.js
CHANGED
|
@@ -455,6 +455,7 @@
|
|
|
455
455
|
return result;
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
|
+
// Test comment
|
|
458
459
|
|
|
459
460
|
/**
|
|
460
461
|
* Platform SDK Interface for Passkeyme
|
|
@@ -820,7 +821,7 @@
|
|
|
820
821
|
error: null,
|
|
821
822
|
isAuthenticated: false,
|
|
822
823
|
};
|
|
823
|
-
|
|
824
|
+
console.log("[PasskeymeAuth] Constructor called with config:", config);
|
|
824
825
|
// Set default values
|
|
825
826
|
const defaultRedirectUri = typeof window !== "undefined" && window.location && window.location.origin
|
|
826
827
|
? `${window.location.origin}/auth/callback`
|