diff --git a/www/docs/configuration/pages.md b/www/docs/configuration/pages.md index 20024e9850..16bfbedd7c 100644 --- a/www/docs/configuration/pages.md +++ b/www/docs/configuration/pages.md @@ -58,7 +58,7 @@ If you create a custom sign in form for email sign in, you will need to submit b import React from 'react' import { csrfToken } from 'next-auth/client' -export default function SignIn({ csrfToken }) => { +export default function SignIn({ csrfToken }) { return (
@@ -92,7 +92,7 @@ If you create a sign in form for credentials based authentication, you will need import React from 'react' import { csrfToken } from 'next-auth/client' -export default function SignIn({ csrfToken }) => { +export default function SignIn({ csrfToken }) { return (