removed the fact that the account page was in a dialog

This commit is contained in:
Massimiliano Assante 2020-10-01 15:46:12 +02:00
parent 7d5cf80c98
commit de1cdf7fc1
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@
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" useDialog="<%= PropsValues.DOCKBAR_ADMINISTRATIVE_LINKS_SHOW_IN_POP_UP %>" />
<aui:nav-item href="<%= myAccountURL %>" iconCssClass="icon-user" label="my-account" title="my-account" />
</c:if>