Skip to content

Commit a20aab2

Browse files
committed
cleanup auth context
1 parent c261b38 commit a20aab2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/web/app/Layout/AuthContext.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ export function AuthContextProvider({
1313
}: {
1414
children: React.ReactNode;
1515
user: ReturnType<typeof getCurrentUser>;
16-
stripePlans?: {
17-
yearly: string;
18-
monthly: string;
19-
};
2016
}) {
2117
return (
2218
<AuthContext.Provider value={{ user }}>{children}</AuthContext.Provider>

0 commit comments

Comments
 (0)