@lumiapassport/ui-kit 1.9.0 → 1.9.1

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.js CHANGED
@@ -2065,6 +2065,7 @@ async function verifyEmailLinkCode(email, code) {
2065
2065
  if (!hasValidToken) throw new Error("No authentication token available");
2066
2066
  const response = await authenticatedFetch(`${getTssUrl3()}/api/auth/link/email/verify-code`, {
2067
2067
  method: "POST",
2068
+ credentials: "include",
2068
2069
  body: JSON.stringify({ email, code })
2069
2070
  });
2070
2071
  if (!response.ok) {
@@ -8673,7 +8674,7 @@ function useLumiaPassportLinkedProfiles() {
8673
8674
  // package.json
8674
8675
  var package_default = {
8675
8676
  name: "@lumiapassport/ui-kit",
8676
- version: "1.9.0",
8677
+ version: "1.9.1",
8677
8678
  description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
8678
8679
  type: "module",
8679
8680
  main: "./dist/index.cjs",