From 885ea4b0257e74e3204659b3cd1685074bb42737 Mon Sep 17 00:00:00 2001 From: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:47:51 +0100 Subject: [PATCH] Update apps/web/pages/auth/login.tsx --- apps/web/pages/auth/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/auth/login.tsx b/apps/web/pages/auth/login.tsx index d7f8c1ed1c..b3dd7772a3 100644 --- a/apps/web/pages/auth/login.tsx +++ b/apps/web/pages/auth/login.tsx @@ -5,7 +5,7 @@ import type { GetServerSidePropsContext } from "next"; import { getCsrfToken, signIn } from "next-auth/react"; import Link from "next/link"; import { useRouter, useSearchParams } from "next/navigation"; -import { NextLink } from "next/navigation"; +import { NextLink } from "next/link"; import type { CSSProperties } from "react"; import { useState } from "react"; import { FormProvider, useForm } from "react-hook-form";