@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.cjs CHANGED
@@ -2077,6 +2077,7 @@ async function verifyEmailLinkCode(email, code) {
2077
2077
  if (!hasValidToken) throw new Error("No authentication token available");
2078
2078
  const response = await (0, import_auth3.authenticatedFetch)(`${getTssUrl3()}/api/auth/link/email/verify-code`, {
2079
2079
  method: "POST",
2080
+ credentials: "include",
2080
2081
  body: JSON.stringify({ email, code })
2081
2082
  });
2082
2083
  if (!response.ok) {
@@ -8703,7 +8704,7 @@ function useLumiaPassportLinkedProfiles() {
8703
8704
  // package.json
8704
8705
  var package_default = {
8705
8706
  name: "@lumiapassport/ui-kit",
8706
- version: "1.9.0",
8707
+ version: "1.9.1",
8707
8708
  description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
8708
8709
  type: "module",
8709
8710
  main: "./dist/index.cjs",