From ab5b6a5fb564929740ab390a687574eace45ba68 Mon Sep 17 00:00:00 2001 From: Nuwan Date: Tue, 19 Nov 2024 12:59:14 +0530 Subject: [PATCH] enable forgot password form make available the forgot password link so forgot password flow is handled within the app. previously it redirected to the legacy site --- jam-ui/src/components/auth/LoginForm.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jam-ui/src/components/auth/LoginForm.js b/jam-ui/src/components/auth/LoginForm.js index 6a45b16e9..f4c929914 100644 --- a/jam-ui/src/components/auth/LoginForm.js +++ b/jam-ui/src/components/auth/LoginForm.js @@ -83,10 +83,10 @@ const LoginForm = ({ setRedirect, hasLabel, layout }) => { /> - {/* + Forget Password? - */} - Forgot Password + + {/* Forgot Password */}