feat: add user settings page (change username/password) and remove public registration
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<div class="nav-links">
|
||||
{% if user is defined and user %}
|
||||
<a href="/profiles">Profiles</a>
|
||||
<a href="/api-keys">API Keys</a>
|
||||
<a href="/settings">Settings</a>
|
||||
<a href="/logout" class="nav-logout">Logout</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user