mirror of
https://github.com/coder/code-server.git
synced 2026-02-05 06:23:35 -06:00
Skip unnecessary auth type check when using --link
This commit is contained in:
parent
8a9e61defb
commit
3a074fd844
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user