Talisman fixes
All checks were successful
Build & Push / Build & Push image (push) Successful in 39s

This commit is contained in:
2026-03-01 00:08:59 +01:00
parent 42d20afb3b
commit 893c444000
10 changed files with 12 additions and 10 deletions

View File

@@ -243,7 +243,7 @@
<a href="/auth/login" class="back-link">← Terug naar normale loginpagina</a>
</div>
<script>
<script nonce="{{ csp_nonce() }}">
document.getElementById('password').addEventListener('keydown', e => {
if (e.key === 'Enter') doLogin();
});