mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
TOTP: fix recovery UI
This commit is contained in:
parent
e893613b43
commit
ea25adcf34
@ -50,14 +50,11 @@ define([
|
||||
};
|
||||
var totpStepInfo = function (cls) {
|
||||
$step1.hide();
|
||||
$step2.hide();
|
||||
$stepInfo.find('.alert').toggleClass('cp-hidden', true);
|
||||
$stepInfo.find(cls).toggleClass('cp-hidden', false);
|
||||
$stepInfo.show();
|
||||
};
|
||||
|
||||
$step2.show(); // XXX debug
|
||||
|
||||
var addProof = function (blockKeys) {
|
||||
var pub = blockKeys.sign.publicKey;
|
||||
var sec = blockKeys.sign.secretKey;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user