diff --git a/pages/auth/login.tsx b/pages/auth/login.tsx index 291e8f6e..ace1cbfe 100644 --- a/pages/auth/login.tsx +++ b/pages/auth/login.tsx @@ -1,5 +1,5 @@ import Head from 'next/head'; -import { csrfToken } from 'next-auth/client'; +import { getCsrfToken } from 'next-auth/client'; export default function Login({ csrfToken }) { return ( @@ -13,7 +13,7 @@ export default function Login({ csrfToken }) { Sign in to your account - +