Skip to content

Commit eaac9d6

Browse files
committed
Cleanup
1 parent fcfac39 commit eaac9d6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/OrySessionContext.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const OrySessionContext = createContext<OrySessionContextType>({
1313
error: null,
1414
});
1515

16-
// Initialize Ory client - you'll need to update this with your actual Ory domain
1716
const ory = new FrontendApi(
1817
new Configuration({
1918
basePath: process.env.NEXT_PUBLIC_ORY_SDK_URL || "https://auth.arcade.dev",

0 commit comments

Comments
 (0)