mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Don't show the sidebar on other menus on the login page
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
@if(GROCY_AUTHENTICATED)
|
||||
<div id="sidebarResponsive" class="collapse navbar-collapse">
|
||||
<ul class="navbar-nav navbar-sidenav pt-2">
|
||||
|
||||
@@ -376,7 +377,7 @@
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>@endif
|
||||
</nav>
|
||||
@endif
|
||||
|
||||
|
Reference in New Issue
Block a user