We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfac39 commit eaac9d6Copy full SHA for eaac9d6
1 file changed
src/lib/OrySessionContext.tsx
@@ -13,7 +13,6 @@ const OrySessionContext = createContext<OrySessionContextType>({
13
error: null,
14
});
15
16
-// Initialize Ory client - you'll need to update this with your actual Ory domain
17
const ory = new FrontendApi(
18
new Configuration({
19
basePath: process.env.NEXT_PUBLIC_ORY_SDK_URL || "https://auth.arcade.dev",
0 commit comments