Skip to content

Commit

Permalink
Fix link to login form
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Mar 24, 2021
1 parent 717c816 commit 02614bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bases.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ declare function bases:welcome($request as map(*)) {
if (sm:id()//sm:real/sm:groups/sm:group = config:repo-permissions()?group) then
<li><a href="{$base-url}/login?logout=true">Log out</a>. You are logged in as {sm:id()//sm:real/sm:username/string()}.</li>
else
<li><a href="{$base-url}/login?logout=true">Log in</a></li>
<li><a href="{$base-url}/login">Log in</a></li>
}
</ul>
</div>
Expand Down

0 comments on commit 02614bd

Please sign in to comment.