fix: handle navigation inside the app

This commit is contained in:
tdurieux
2026-08-06 15:02:40 -07:00
parent f0fdd9250b
commit 44842d4e77
6 changed files with 39 additions and 11 deletions
+1 -1
View File
@@ -129,7 +129,7 @@
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="/profile">Default settings</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/api/user/logout" target="__self"
<a class="dropdown-item" href="/api/user/logout" target="_self"
>Logout</a
>
</div>