mirror of https://git.tuxpa.in/a/code-server.git
Skip unnecessary auth type check when using --link
This commit is contained in:
parent
8a9e61defb
commit
3a074fd844
|
@ -425,11 +425,8 @@ 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
|
||||
}
|
||||
}
|
||||
|
||||
if (args.cert && !args.cert.value) {
|
||||
const { cert, certKey } = await generateCertificate()
|
||||
|
|
Loading…
Reference in New Issue