We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81411b2 commit 1898deaCopy full SHA for 1898dea
src/node/entry.ts
@@ -90,6 +90,7 @@ const main = async (args: Args): Promise<void> => {
90
} else {
91
logger.info(" - No authentication")
92
}
93
+ delete process.env.PASSWORD
94
95
if (httpServer.protocol === "https") {
96
logger.info(
0 commit comments