From 4067422fced5e8904862656f13f5140977a939b7 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 8 Jan 2023 13:46:36 -0800 Subject: [PATCH] add reset link page --- src/App.js | 2 ++ src/Pages/ResetPassword/ResetPassword.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 61f2566..8fdf98d 100644 --- a/src/App.js +++ b/src/App.js @@ -7,6 +7,7 @@ import Forgot from './Pages/ForgotPassword/ForgotPassword'; import NotFound from './Pages/NotFound/NotFound'; import Home from './Pages/Home/Home'; import Reset from './Pages/ResetPassword/ResetPassword'; +import ResetLink from './Pages/ResetPassword/ResetLink'; function App() { return ( @@ -17,6 +18,7 @@ function App() { } /> } /> } /> + } /> } /> } /> diff --git a/src/Pages/ResetPassword/ResetPassword.js b/src/Pages/ResetPassword/ResetPassword.js index 24e69a9..461f985 100644 --- a/src/Pages/ResetPassword/ResetPassword.js +++ b/src/Pages/ResetPassword/ResetPassword.js @@ -88,7 +88,7 @@ function ResetPassword() { type="password" onChange={handleConfirmPasswordChange} /> - +