Skip to content

Commit

Permalink
chore: update iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Dec 30, 2024
1 parent 471c7b8 commit 2e9986d
Show file tree
Hide file tree
Showing 8 changed files with 682 additions and 1,158 deletions.
2 changes: 1 addition & 1 deletion examples/apps/auth-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "auth-sample",
"scripts": {
"dev": "next dev",
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/auth-sample/src/utils/openfortConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const openfort = new Openfort({
},
shieldConfiguration: {
shieldPublishableKey: process.env.NEXT_PUBLIC_SHIELD_API_KEY!,
},
}
});

export default openfort;
Loading

0 comments on commit 2e9986d

Please sign in to comment.