feat: adjust oauth2 implementation for TYPO3 backend login

This commit is contained in:
Björn Fromme
2026-03-16 12:00:56 +01:00
parent ee84690cd9
commit d1e807b11f
7 changed files with 24 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body class="bg-white text-gray-700 font-sans antialiased {{ booking_theme() }}" hx-boost="true">
<body class="bg-white text-gray-700 font-sans antialiased {{ booking_theme() }}"{% if not oauth2 %} hx-boost="true"{% endif %}>
{% block body %}{% endblock %}
</body>
</html>