This commit is contained in:
Christopher Cookman 2025-09-01 02:55:56 -06:00
parent 0c60a3f020
commit 7d409cd697

View file

@ -165,7 +165,7 @@
fetch('/acl/bulk-add', { fetch('/acl/bulk-add', {
method: 'POST', method: 'POST',
headers: { 'Content-Type': 'application/json' }, headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ credentials, debugData: }) body: JSON.stringify({ credentials })
}).then(res => { }).then(res => {
if (res.ok) { if (res.ok) {
location.reload(); location.reload();