diff --git a/tabby-ssh/src/components/sshProfileSettings.component.pug b/tabby-ssh/src/components/sshProfileSettings.component.pug index 4580ccc648..59aea5b584 100644 --- a/tabby-ssh/src/components/sshProfileSettings.component.pug +++ b/tabby-ssh/src/components/sshProfileSettings.component.pug @@ -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