Remove user name display

This commit is contained in:
Neil MacDougall 2023-02-27 17:55:47 +00:00
parent 804941be43
commit c12323f303
2 changed files with 0 additions and 6 deletions

View File

@ -123,9 +123,6 @@
{{#if docsPage}}
<a href="{{docsPage}}" target="apidocs">Documentation</a><br/>
{{/if}}
{{#if user}}
<span class="user">{{user}}</span>
{{/if}}
{{#if logout}}
<a href="#" onclick="htmlapi.logout(); return false">Log Out</a>
{{/if}}

View File

@ -9,9 +9,6 @@
</td>
-->
<td style="vertical-align: top; text-align: right">
{{#if user}}
<span class="user">{{user}}</span>
{{/if}}
<a href="#" onclick="htmlapi.logout(); return false">Log Out</a><br/>
<a href="#" onclick="Cookie.set('apiview','browse'); htmlapi.show(); return false">JSON View</a><br/>