Skip to content

Commit

Permalink
Merge pull request wso2#5040 from dasuni-30/fix/18477
Browse files Browse the repository at this point in the history
Add language switcher to complete signup page
  • Loading branch information
dasuni-30 authored Dec 12, 2023
2 parents b47038f + 0116322 commit f2cc30d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silly-ducks-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/identity-apps-core": patch
---

Add language switcher to complete sign up page
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<% } %>

<%
List<String> langSwitcherEnabledServlets = Arrays.asList("/password-recovery.jsp", "/register.do", "/passwordreset.do", "/error.jsp");
List<String> langSwitcherEnabledServlets = Arrays.asList("/password-recovery.jsp", "/register.do", "/passwordreset.do", "/error.jsp", "/self-registration-with-verification.jsp");
if (langSwitcherEnabledServlets.contains(request.getServletPath())) {
%>
<jsp:include page="language-switcher.jsp"/>
Expand Down

0 comments on commit f2cc30d

Please sign in to comment.