mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
updated remix integration docs
This commit is contained in:
@@ -31,9 +31,6 @@ export const loader = async (args: LoaderFunctionArgs) => {
|
||||
|
||||
export default function App() {
|
||||
const data = useLoaderData<typeof loader>();
|
||||
|
||||
// add user to the client provider to indicate
|
||||
// that you're authed using cookie
|
||||
return (
|
||||
<ClientProvider user={data.user}>
|
||||
<Outlet context={data} />
|
||||
|
||||
Reference in New Issue
Block a user