From 39df7d61bca26946ea84b482bc8b86d96863a80e Mon Sep 17 00:00:00 2001 From: mihaic195 Date: Tue, 29 Jun 2021 11:45:54 +0300 Subject: [PATCH] fix: add login link on forgot password page --- pages/auth/forgot-password/index.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/auth/forgot-password/index.tsx b/pages/auth/forgot-password/index.tsx index 5760de01..f3313900 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 +
+ + + +
)}