mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
qpc
This commit is contained in:
@ -8,8 +8,6 @@ import { SessionProvider } from "next-auth/react";
|
||||
const DocumentsPage: NextPageWithLayout = () => {
|
||||
const { data: session } = useSession();
|
||||
|
||||
console.log("Session:" + JSON.stringify(session));
|
||||
|
||||
return <>This is the documents page</>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user