Skip to content

Commit 0e4b32e

Browse files
author
root
committed
Problems with pairing button - bug solved
1 parent d3a6212 commit 0e4b32e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

extensions/Latch/LatchAccount.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,7 @@ function onPreferencesForm( $user, &$preferences )
9292
'default' => '',//clear the last user input
9393
'id'=>'pairingToken',
9494
);
95-
$preferences['formUnpairedButton'] = array(
96-
'type' => 'submit',
97-
'section' => '2FA/Latch',
98-
'id'=>'pairButton',
99-
'default' => wfMessage("prefs-2FA-button-pair"),
100-
);
95+
10196
$preferences['formUnpairedMessage'] = array (
10297
'type' => 'info',
10398
'section' => '2FA/Latch',

0 commit comments

Comments
 (0)