"feat: Refactor database connection in myp.db and update base template"
This commit is contained in:
parent
9c1df5e62d
commit
2f46df90fd
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user