Skip to content

Commit

Permalink
Merge pull request #795 from AtlasOfLivingAustralia/feature/#735
Browse files Browse the repository at this point in the history
#735 "My Profile" menu item displays error (page not found)
  • Loading branch information
temi authored Oct 19, 2023
2 parents dd6a660 + 93cec14 commit 9516586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/layouts/_login.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<li role="presentation">
<a role="menuitem"
tabindex="-1"
href="${grailsApplication.config.casServerName}/userdetails/myprofile"><span class="fa fa-user">&nbsp;&nbsp;</span>My Profile</a>
href="${grailsApplication.config.security.cas.casServerName}/userdetails/myprofile"><span class="fa fa-user">&nbsp;&nbsp;</span>My Profile</a>
</li>
<g:if test="${params.isALAAdmin}">
<li role="presentation">
Expand Down

0 comments on commit 9516586

Please sign in to comment.