Skip to content

Commit

Permalink
Update the branding screennames in username recovery pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malith-19 committed Nov 8, 2024
1 parent b400ad6 commit 36876a7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<%-- Include tenant context --%>
<jsp:directive.include file="tenant-resolve.jsp"/>

<%
// Add the user-recovery-channel-selection screen to the list to retrieve text branding customizations.
screenNames.add("username-recovery-channel-selection");
%>

<%-- Branding Preferences --%>
<jsp:directive.include file="includes/branding-preferences.jsp"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
<%-- Include tenant context --%>
<jsp:directive.include file="tenant-resolve.jsp"/>

<%
// Add the user-recovery-success screen to the list to retrieve text branding customizations.
screenNames.add("username-recovery-success");
%>

<%-- Branding Preferences --%>
<jsp:directive.include file="includes/branding-preferences.jsp"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
<%-- Include tenant context --%>
<jsp:directive.include file="tenant-resolve.jsp"/>

<%
// Add the user-recovery-claim screen to the list to retrieve text branding customizations.
screenNames.add("username-recovery-claim");
%>


<%-- Branding Preferences --%>
<jsp:directive.include file="includes/branding-preferences.jsp"/>

Expand Down

0 comments on commit 36876a7

Please sign in to comment.