diff --git a/src/node/cli.ts b/src/node/cli.ts index 45aed304..fcb74d80 100644 --- a/src/node/cli.ts +++ b/src/node/cli.ts @@ -425,10 +425,7 @@ export async function setDefaults(cliArgs: Args, configArgs?: ConfigArgs): Promi args.port = 0 args.socket = undefined args.cert = undefined - - if (args.auth !== AuthType.None) { - args.auth = AuthType.None - } + args.auth = AuthType.None } if (args.cert && !args.cert.value) {