import Head from "next/head";
import Link from "next/link";
import { getCsrfToken } from "next-auth/client";
export default function Login({ csrfToken }) {
return (
Login
Sign in to your account
Don't have an account? {/* replace this with your account creation flow */}
Create an account