Fix admin page nonce
All checks were successful
Docker Build and Publish / build (release) Successful in 33s

This commit is contained in:
Tanishq Dubey 2025-01-31 18:32:33 -05:00
parent 5b0b30d69c
commit 3e11c63e33

View File

@ -261,7 +261,7 @@
</div>
</div>
</div>
<script nonce="{{ g.csp_nonce }}">
<script nonce="{{ nonce }}">
function makeEditable(element) {
const value = element.textContent;
const input = document.createElement('input');