import Head from 'next/head'; import { csrfToken } from 'next-auth/client'; export default function Login({ csrfToken }) { return (