This commit is contained in:
Christopher Cookman 2025-09-01 03:08:13 -06:00
parent 5d23477ada
commit 592ffc0393

View file

@ -169,7 +169,7 @@
body: JSON.stringify({ credentials }) body: JSON.stringify({ credentials })
}).then(res => { }).then(res => {
if (res.ok) { if (res.ok) {
location.reload(); window.location.href = '/acl';
} else { } else {
alert('Failed to add credentials'); alert('Failed to add credentials');
} }