diff --git a/features/admin.branding.v1/constants/custom-text-preference-constants.ts b/features/admin.branding.v1/constants/custom-text-preference-constants.ts
index 67926b1bcc6..71f4d9f33e1 100644
--- a/features/admin.branding.v1/constants/custom-text-preference-constants.ts
+++ b/features/admin.branding.v1/constants/custom-text-preference-constants.ts
@@ -121,6 +121,7 @@ export class CustomTextPreferenceConstants {
BODY: string;
IDENTIFIER: {
INPUT: {
+ LABEL: string;
PLACEHOLDER: string;
}
};
@@ -180,12 +181,13 @@ export class CustomTextPreferenceConstants {
BODY: "password.recovery.body",
BUTTON: {
EMAIL_LINK: "password.recovery.button.email.link",
- MULTI: "password.recovery.button.email.multi",
+ MULTI: "password.recovery.button.multi",
SMS_OTP: "password.recovery.button.smsotp"
},
HEADING: "password.recovery.heading",
IDENTIFIER: {
INPUT: {
+ LABEL: "Username",
PLACEHOLDER: "password.recovery.identifier.input.placeholder"
}
},
diff --git a/identity-apps-core/apps/recovery-portal/src/main/webapp/password-recovery.jsp b/identity-apps-core/apps/recovery-portal/src/main/webapp/password-recovery.jsp
index ae6525a1249..c7e9f87f9e4 100644
--- a/identity-apps-core/apps/recovery-portal/src/main/webapp/password-recovery.jsp
+++ b/identity-apps-core/apps/recovery-portal/src/main/webapp/password-recovery.jsp
@@ -350,8 +350,7 @@
/>
-