Add option to logout
This commit is contained in:
parent
49b228c1a5
commit
32e06e9d98
5 changed files with 25 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
{% set pages = [
|
||||
{"endpoint": "root_page", "label": "Home" },
|
||||
{"endpoint": "login_page", "label": "Login" },
|
||||
{"endpoint": "logout", "label": "Logout" },
|
||||
] %}
|
||||
{% set project = "Auth" %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue