未验证 提交 1898dea3 编写于 作者: A Anmol Sethi

Unset $PASSWORD after grabbing it

Closes #1583
上级 81411b2a
......@@ -90,6 +90,7 @@ const main = async (args: Args): Promise<void> => {
} else {
logger.info(" - No authentication")
}
delete process.env.PASSWORD
if (httpServer.protocol === "https") {
logger.info(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册