[BS5] fix 2fa

This commit is contained in:
FreddleSpl0it
2022-07-01 16:44:24 +02:00
parent 2d2c033ba7
commit cbd8e40f14
2 changed files with 4 additions and 4 deletions

View File

@@ -190,10 +190,10 @@ function recursiveBase64StrToArrayBuffer(obj) {
// Confirm TFA modal
{% if pending_tfa_method %}
$('#ConfirmTFAModal').modal({
new bootstrap.Modal(document.getElementById("ConfirmTFAModal"), {
backdrop: 'static',
keyboard: false
});
}).show();
// validate WebAuthn tfa
$('#start_webauthn_confirmation').click(function(){