From 96ade5d22199d3733efe1348ac186b81b838b50d Mon Sep 17 00:00:00 2001 From: Brooks <161862557+brooksch123@users.noreply.github.com> Date: Thu, 4 Dec 2025 12:03:54 -0500 Subject: [PATCH] Update config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 94ef42b83a..d79b0561d1 100644 --- a/config.js +++ b/config.js @@ -1,8 +1,8 @@ const config = { - challenge: false, // Set to true if you want to enable password protection. + challenge: true, // Set to true if you want to enable password protection. users: { // You can add multiple users by doing username: 'password'. - interstellar: "password", + brooksch123: "gardenlulu", }, };