mirror of
https://github.com/coder/code-server.git
synced 2025-09-17 17:53:47 +08:00
Report if using hashed-password from config
This commit is contained in:
@ -144,6 +144,8 @@ export const runCodeServer = async (
|
||||
logger.info(" - Using password from $PASSWORD")
|
||||
} else if (args.usingEnvHashedPassword) {
|
||||
logger.info(" - Using password from $HASHED_PASSWORD")
|
||||
} else if (args["hashed-password"]) {
|
||||
logger.info(` - Using hashed-password from ${args.config}`)
|
||||
} else {
|
||||
logger.info(` - Using password from ${args.config}`)
|
||||
}
|
||||
|
Reference in New Issue
Block a user