diff --git a/src/pages/sign-in.tsx b/src/pages/sign-in.tsx index 9fc8756..da9b690 100644 --- a/src/pages/sign-in.tsx +++ b/src/pages/sign-in.tsx @@ -7,6 +7,7 @@ import Head from "next/head"; import { getProviders, signIn } from "next-auth/react"; import { getServerSession } from "next-auth"; import { authOptions } from "~/server/auth"; +import Link from "next/link"; const SignIn = ({ providers, @@ -44,8 +45,8 @@ const SignIn = ({

By signing in, you agree to our{" "} - Terms of Service and{" "} - Privacy Policy. + Terms of Service and{" "} + Privacy Policy.