Test
This commit is contained in:
parent
0c60a3f020
commit
7d409cd697
|
@ -165,7 +165,7 @@
|
|||
fetch('/acl/bulk-add', {
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify({ credentials, debugData: })
|
||||
body: JSON.stringify({ credentials })
|
||||
}).then(res => {
|
||||
if (res.ok) {
|
||||
location.reload();
|
||||
|
|
Loading…
Reference in a new issue