Skip to content

Commit

Permalink
feat: Removed logout on demo mode
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Nov 5, 2024
1 parent 6384c6a commit dd68092
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upsonic_on_prem/dash/app/templates/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,11 @@



{% demo_mode as demo_mode %}

{% if not demo_mode %}
<a href="{% url 'account_logout' %}" class="uk-button uk-button-default " style="display: inline-grid;" uk-tooltip="Logout" id="signout_button"><span uk-icon="sign-out"></span></a>

{% endif %}

</li>

Expand Down

0 comments on commit dd68092

Please sign in to comment.