Skip to content

Commit

Permalink
Merge pull request #8911 from siebsie23/master
Browse files Browse the repository at this point in the history
#8907 Fix for not being able to select the "Interactive" authentication method
  • Loading branch information
Eugeny authored Sep 1, 2023
2 parents 5d5c545 + 6843b87 commit cb71c79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tabby-ssh/src/components/sshProfileSettings.component.pug
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,12 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
type='radio',
name='auth',
[(ngModel)]='profile.options.auth',
id='auth"keyboardInteractive"'
id='auth"keyboardInteractive"',
[value]='"keyboardInteractive"'
)
label.btn.btn-secondary(ngbButtonLabel)
label.btn.btn-secondary(
for='auth"keyboardInteractive"'
)
i.far.fa-keyboard
.m-0(translate) Interactive

Expand Down

0 comments on commit cb71c79

Please sign in to comment.