Skip to content

Commit 11444d2

Browse files
Update examples/with-solidstart/src/auth/Provider.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Thomas <[email protected]>
1 parent 7a49ba6 commit 11444d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/with-solidstart/src/auth/Provider.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ export default function AuthProvider(props: ParentProps) {
9595
};
9696
};
9797

98+
return (
99+
98100
return (
99101
<Context.Provider value={{ session, signedIn, logout, web3 }}>
100102
{props.children}

0 commit comments

Comments
 (0)