"feat: Refactor database connection in myp.db and update base template"
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user