diff --git a/pages/auth/forgot-password/index.tsx b/pages/auth/forgot-password/index.tsx index 5760de01a9..f3313900b7 100644 --- a/pages/auth/forgot-password/index.tsx +++ b/pages/auth/forgot-password/index.tsx @@ -1,4 +1,5 @@ import Head from "next/head"; +import Link from "next/link"; import React from "react"; import { getCsrfToken } from "next-auth/client"; import debounce from "lodash.debounce"; @@ -137,6 +138,15 @@ export default function Page({ csrfToken }) { Request Password Reset +