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 })
}).then(res => {
if (res.ok) {
location.reload();
window.location.href = '/acl';
} else {
alert('Failed to add credentials');
}