Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 53dccbb

Browse files
Report if using hashed-password from config
1 parent 1b1440f commit 53dccbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/node/main.ts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ export const runCodeServer = async (
144144
logger.info(" - Using password from $PASSWORD")
145145
} else if (args.usingEnvHashedPassword) {
146146
logger.info(" - Using password from $HASHED_PASSWORD")
147+
} else if (args["hashed-password"]) {
148+
logger.info(` - Using hashed-password from ${args.config}`)
147149
} else {
148150
logger.info(` - Using password from ${args.config}`)
149151
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /