master
kek7198 2021-12-27 18:03:57 -06:00
parent 140b03fd45
commit 068258c70b
1 changed files with 1 additions and 1 deletions

View File

@ -267,6 +267,6 @@
document.getElementById("emailpasswordRequired").classList.remove("hidden");
});
});
const twoStepModal = new bootstrap.Modal(document.getElementById('2faModal'))
var twoStepModal = new bootstrap.Modal(document.getElementById('2faModal'))
</script>
{% endblock %}