@lumiapassport/ui-kit 1.15.11 → 1.15.12

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
@@ -101,7 +101,7 @@ function getServiceUrls() {
101
101
  }
102
102
  function getIframeUrl() {
103
103
  const config = DEFAULT_LUMIA_PASSPORT_CONFIG;
104
- const buildIframeUrl = "http://localhost:5173/iframe/index.html";
104
+ const buildIframeUrl = "https://auth.lumiapassport.com";
105
105
  const iframeUrl = buildIframeUrl || config.services.iframeUrl || "https://auth.lumiapassport.com";
106
106
  return iframeUrl;
107
107
  }
@@ -5518,7 +5518,7 @@ function Header() {
5518
5518
  // package.json
5519
5519
  var package_default = {
5520
5520
  name: "@lumiapassport/ui-kit",
5521
- version: "1.15.11",
5521
+ version: "1.15.12",
5522
5522
  description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
5523
5523
  type: "module",
5524
5524
  main: "./dist/index.cjs",