Skip to content

Commit

Permalink
Removed debug code that was mistakenly commited [ref #3438]
Browse files Browse the repository at this point in the history
  • Loading branch information
mheppler committed Jan 19, 2021
1 parent 69ec561 commit 62186f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/dataverseuser.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
</div>
<div class="metadata-container" jsf:rendered="#{!empty DataverseUserPage.currentUser}">
<!-- Shib -->
<p class="help-block" id="userShib" jsf:rendered="#{true or not DataverseUserPage.accountDetailsEditable}">
<p class="help-block" id="userShib" jsf:rendered="#{not DataverseUserPage.accountDetailsEditable}">
<h:outputText value="#{bundle['user.isShibUser']}" />
<h:outputText value=" #{bundle['user.helpShibUserMigrateOffShibBeforeLink']} " />
<p:commandLink value="#{settingsWrapper.supportTeamName}" oncomplete="PF('contactForm').show()" update=":contactDialog" actionListener="#{sendFeedbackDialog.initUserInput}">
Expand All @@ -364,7 +364,7 @@
<h:outputText value=" #{bundle['user.helpShibUserMigrateOffShibAfterLink']}" />
</p>
<!-- OAuth -->
<p class="help-block" id="userOAuth" jsf:rendered="#{true or DataverseUserPage.userAuthProvider.OAuthProvider}">
<p class="help-block" id="userOAuth" jsf:rendered="#{DataverseUserPage.userAuthProvider.OAuthProvider}">
<h:outputFormat value="#{bundle['user.helpOAuthBeforeLink']} ">
<f:param value="#{DataverseUserPage.userAuthProvider.info.title}"/>
</h:outputFormat>
Expand Down

0 comments on commit 62186f6

Please sign in to comment.