From d4452ae19a2f05207c5850d888995158c9e7a475 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Wed, 9 Apr 2025 16:22:03 +0530 Subject: [PATCH] fixed refresh-token error and changed forgot password text position. --- src/pages/authentication/LoginPage.jsx | 23 +++++++++--------- src/pages/employee/EmployeeList.jsx | 4 +++- src/utils/axiosClient.jsx | 33 +++++++++++++++++++++----- 3 files changed, 42 insertions(+), 18 deletions(-) diff --git a/src/pages/authentication/LoginPage.jsx b/src/pages/authentication/LoginPage.jsx index d9804e75..42983370 100644 --- a/src/pages/authentication/LoginPage.jsx +++ b/src/pages/authentication/LoginPage.jsx @@ -61,7 +61,7 @@ const LoginPage = () => { className="mb-3" onSubmit={handleSubmit(onSubmit)} > -
+
@@ -84,16 +84,11 @@ const LoginPage = () => { )}
-
+
- - Forgot Password? - +
{
)}
-
-
+
+
{ name="rememberMe" {...register("rememberMe")} /> -
+ + Forgot Password? +