From 1898dea3145cd54f02ee9b2b505f48c19ce4663e Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Mon, 4 May 2020 02:40:34 -0400 Subject: [PATCH] Unset $PASSWORD after grabbing it Closes #1583 --- src/node/entry.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node/entry.ts b/src/node/entry.ts index e8e3b00b..c4b0cbc8 100644 --- a/src/node/entry.ts +++ b/src/node/entry.ts @@ -90,6 +90,7 @@ const main = async (args: Args): Promise => { } else { logger.info(" - No authentication") } + delete process.env.PASSWORD if (httpServer.protocol === "https") { logger.info(