"feat: Refactor database connection in myp.db and update base template"

This commit is contained in:
Till Tomczak 2025-05-29 16:53:05 +02:00
parent 9c1df5e62d
commit 2f46df90fd
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -599,7 +599,7 @@
// Logout-Formular erstellen und absenden
const form = document.createElement('form');
form.method = 'POST';
form.action = '{{ url_for("logout") }}';
form.action = '{{ url_for("auth_logout") }}';
form.style.display = 'none';
// CSRF-Token hinzufügen falls verfügbar