mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Tag twofactor field
This commit is contained in:
@ -93,7 +93,7 @@ print &ui_table_row($text{'session_pass'},
|
||||
if ($miniserv{'twofactor_provider'}) {
|
||||
print &ui_table_row($text{'session_twofactor'},
|
||||
&ui_textbox("twofactor", undef, 20, 0, undef,
|
||||
"autocomplete=off"));
|
||||
"autocomplete='one-time-code'"));
|
||||
}
|
||||
|
||||
# Remember session cookie?
|
||||
|
Reference in New Issue
Block a user