Skip to content

Commit

Permalink
chore: change iframe url
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Dec 30, 2024
1 parent 2e9986d commit 030d044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/apps/auth-sample/src/utils/openfortConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const openfort = new Openfort({
},
shieldConfiguration: {
shieldPublishableKey: process.env.NEXT_PUBLIC_SHIELD_API_KEY!,
},
overrides: {
iframeUrl: "https://embedded.openfort.xyz",
}
});

Expand Down

0 comments on commit 030d044

Please sign in to comment.