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 ced3175 commit 0cbb2d6Copy full SHA for 0cbb2d6
src/Login.php
@@ -40,7 +40,7 @@ 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
}
0 commit comments