mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-04 19:08:45 +00:00
Remove session details on signout
This commit is contained in:
parent
35a8c247d9
commit
911c9b7993
9 changed files with 49 additions and 3 deletions
|
@ -23,7 +23,10 @@
|
|||
</div>
|
||||
<div>
|
||||
<a class="nav-link" href="/settings" target="_top">settings</a>
|
||||
<a class="nav-link" href="/signout" target="_top">sign out</a>
|
||||
<form class="signout" action="/signout" method="post" target="_top">
|
||||
<input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}">
|
||||
<input type="submit" value="signout" class="btn-link nav-link">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue