@ -0,0 +1,12 @@
import { useSession } from "next-auth/react"
import Layout from "./components/layout"
export default function MePage() {
const { data } = useSession()
return (
<Layout>
<pre>{JSON.stringify(data, null, 2)}</pre>
</Layout>
)
}
The note is not visible to the blocked user.