mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-10 06:20:03 +00:00
lint
This commit is contained in:
parent
d8d346c507
commit
6db08b765f
@ -533,7 +533,7 @@ export class SSHSession {
|
|||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
const m = methodsLeft
|
const m = methodsLeft
|
||||||
const method = this.remainingAuthMethods.find(x => !m || m.includes(sshAuthTypeForMethod(x)))
|
const method = this.remainingAuthMethods.find(x => m.length === 0 || m.includes(sshAuthTypeForMethod(x)))
|
||||||
|
|
||||||
if (!method) {
|
if (!method) {
|
||||||
return null
|
return null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user