refac/security: set ac to private by default

This commit is contained in:
Timothy Jaeryang Baek
2025-04-11 14:46:02 -07:00
parent 5fea0a2221
commit 59dd798156
7 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
let command = '';
let content = '';
let accessControl = null;
let accessControl = {};
let showAccessControlModal = false;