We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81411b2 + 1898dea commit a64f80dCopy full SHA for a64f80d
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