From 96ed0428c43506cb98a3a2b9f7fffa82d13e7ff4 Mon Sep 17 00:00:00 2001 From: Umesh Desai Date: Thu, 5 Jun 2025 18:06:58 +0530 Subject: [PATCH] Changes in Reset Password Page and adding field in Dialog box is " Change Password" --- src/components/Layout/Header.jsx | 12 ++++++++ .../authentication/ResetPasswordPage.jsx | 28 +++++++++++++++---- 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/src/components/Layout/Header.jsx b/src/components/Layout/Header.jsx index a0568c1c..72d68965 100644 --- a/src/components/Layout/Header.jsx +++ b/src/components/Layout/Header.jsx @@ -56,6 +56,9 @@ const Header = () => { const handleProfilePage = () => { navigate(`/employee/${profile?.employeeInfo?.id}?for=attendance`); }; + const ChangePasswordPage = () => { + navigate(`/auth/changepassword`); + }; return (