mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-08-15 00:10:44 +02:00
fix: handle navigation inside the app
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user