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

@@ -254,7 +254,7 @@
</form>
</div>
<script>
<script nonce="{{ csp_nonce() }}">
document.getElementById('setupForm').addEventListener('submit', async (e) => {
e.preventDefault();
const errorEl = document.getElementById('error-msg');