ezidam: added logout page, added RefreshToken guard
This commit is contained in:
parent
49b3a3d1fe
commit
5100aa1b4e
10 changed files with 205 additions and 3 deletions
|
|
@ -30,7 +30,9 @@
|
|||
<div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
|
||||
<a href="./settings" class="dropdown-item">Settings</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a href="#" class="dropdown-item">Logout</a>
|
||||
<form action="/logout" method="post">
|
||||
<button type="submit" class="dropdown-item">Logout</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue