From 0490326b78e87bb90ea85cfef6cd3172f9b5b593 Mon Sep 17 00:00:00 2001 From: Hasanthi Dissanayake Date: Wed, 15 Nov 2023 17:08:12 +0530 Subject: [PATCH] Change the success message after magic link mail sent --- .../src/main/webapp/magic_link_notification.jsp | 3 --- 1 file changed, 3 deletions(-) diff --git a/identity-apps-core/apps/authentication-portal/src/main/webapp/magic_link_notification.jsp b/identity-apps-core/apps/authentication-portal/src/main/webapp/magic_link_notification.jsp index c85017cc17f..ce820f15fdf 100644 --- a/identity-apps-core/apps/authentication-portal/src/main/webapp/magic_link_notification.jsp +++ b/identity-apps-core/apps/authentication-portal/src/main/webapp/magic_link_notification.jsp @@ -120,9 +120,6 @@ return "*"; } }).join(""); - $('#sent-email').html( - $('#sent-email').html().replace('your email', username.join("@")) - ); } });