We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf6d4e commit d56574eCopy full SHA for d56574e
src/Login.php
@@ -40,7 +40,8 @@ public function buildLoginParams(): array
40
$loginparams['horde_secondfactor'] = [
41
'label' => _("Second Factor"),
42
'type' => 'password',
43
- 'value' => $this->vars->horde_secondfactor,
+ // 'value' => $this->vars->horde_secondfactor,
44
+ 'extra' => [ 'autocomplete' => 'off' ],
45
];
46
}
47
return $loginparams;
0 commit comments