import { signIn, signOut, useSession, } from 'next-auth/client';. Then we can use the useSession hook to grab our session data: export default ...
確定! 回上一頁