From 1d0cbbd176e0cf3fec7508d748a62cec4efb6ac9 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 4 Mar 2023 08:35:32 -0600 Subject: [PATCH] Use security config --- scripts/server/security.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server/security.js b/scripts/server/security.js index cce1cae3..31e3be82 100644 --- a/scripts/server/security.js +++ b/scripts/server/security.js @@ -7,4 +7,4 @@ // TYPE: Server (JavaScript) // =========================================================================== -let accountSaltHash = "FGjD49yWqMrW"; \ No newline at end of file +// This stuff is in other places, depending on type. I'll probably remove this file soon. \ No newline at end of file