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("@")) - ); } });