mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-23 09:16:49 +08:00
Add authentication
This commit is contained in:
5
app/components/session-provider.tsx
Normal file
5
app/components/session-provider.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import { SessionProvider } from "next-auth/react";
|
||||
|
||||
export default SessionProvider;
|
||||
Reference in New Issue
Block a user