My Account link modified for Task #19696

This commit is contained in:
Massimiliano Assante 2020-10-05 15:17:24 +02:00
parent de1cdf7fc1
commit 114eabb51d
1 changed files with 5 additions and 1 deletions

View File

@ -149,8 +149,12 @@
String myAccountURL = PrefsPropsUtil.getString(themeDisplay.getCompany().getCompanyId(), "d4science.oidc-user_account_url");
%>
<aui:nav-item href="<%= myAccountURL %>" iconCssClass="icon-user" label="my-account" title="my-account" />
<!-- <liferay-portlet:actionURL portletName="keycloaklogout_WAR_PortletTestingAPI100SNAPSHOT" var="kcCallURL" /> -->
<aui:nav-item href="/c/portal/logout?edit-account=true" iconCssClass="icon-user" label="my-account" title="my-account" />
</c:if>