removed timer button for disabling 2fa on recovery page

This commit is contained in:
daria 2023-07-13 12:20:15 +03:00
parent 065dbc1716
commit a0ba94b191

View file

@ -145,12 +145,10 @@ define([
}, 100);
});
UI.confirmButton($recoverConfirm[0], {
multiple: true
}, function () {
$recoverConfirm[0].onclick = function () {
if (!blockKeys) { return; }
revokeTOTP();
});
};
});
});