Skip to content

Commit 0cbb2d6

Browse files
committed
Do not set the value of the second factor input box
1 parent ced3175 commit 0cbb2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function buildLoginParams(): array
4040
$loginparams['horde_secondfactor'] = [
4141
'label' => _("Second Factor"),
4242
'type' => 'password',
43-
'value' => $this->vars->horde_secondfactor,
43+
// 'value' => $this->vars->horde_secondfactor,
4444
'extra' => [ 'autocomplete' => 'off' ],
4545
];
4646
}

0 commit comments

Comments
 (0)