From 592ffc03935aea54a7a3924ed1e0753de4cd9293 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 1 Sep 2025 03:08:13 -0600 Subject: [PATCH] Test --- views/acl-bulk-add.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }