mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 03:05:50 -05:00
Skip unnecessary auth type check when using --link
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user