Update auth-test.tsx

feature/ste-6-copy-as-svg
Steve Ruiz 2021-06-20 08:34:55 +01:00
rodzic 2c61afd628
commit 2a96a587e2
1 zmienionych plików z 1 dodań i 9 usunięć

Wyświetl plik

@ -2,15 +2,7 @@ import Head from 'next/head'
import { signIn, signOut, getSession, useSession } from 'next-auth/client'
import { GetServerSidePropsContext } from 'next'
export default function Home({
ssrSession,
isOwner,
isSponsor,
}: {
isOwner: boolean
isSponsor: boolean
ssrSession: any
}) {
export default function Home() {
const [session, loading] = useSession()
return (
<>