WIP: feat: add user details update

This commit is contained in:
Matthieu Bessat 2024-11-02 17:37:57 +01:00
parent 8285ca230c
commit d908586dfa
27 changed files with 871 additions and 38 deletions

View file

@ -3,7 +3,7 @@
<h1>Login</h1>
<!-- Login form -->
{% if error %}
<div>
<div class="alert alert-danger">
Error: {{ error }}
</div>
{% endif %}