Merge pull request #8911 from siebsie23/master

#8907 Fix for not being able to select the "Interactive" authentication method
This commit is contained in:
Eugene
2023-09-01 17:43:20 +02:00
committed by GitHub

View File

@@ -160,10 +160,12 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
type='radio', type='radio',
name='auth', name='auth',
[(ngModel)]='profile.options.auth', [(ngModel)]='profile.options.auth',
id='auth"keyboardInteractive"' id='auth"keyboardInteractive"',
[value]='"keyboardInteractive"' [value]='"keyboardInteractive"'
) )
label.btn.btn-secondary(ngbButtonLabel) label.btn.btn-secondary(
for='auth"keyboardInteractive"'
)
i.far.fa-keyboard i.far.fa-keyboard
.m-0(translate) Interactive .m-0(translate) Interactive