diff --git a/views/acl-bulk-add.ejs b/views/acl-bulk-add.ejs index baf8e10..2f31b2b 100644 --- a/views/acl-bulk-add.ejs +++ b/views/acl-bulk-add.ejs @@ -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'); }