WIP: Enrollement MFA avec TOTP

This commit is contained in:
William Bouzourène 2024-12-21 21:54:51 +01:00
parent 274a30480e
commit 53c94a490c
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
10 changed files with 144 additions and 1 deletions

4
static/events.js Normal file
View file

@ -0,0 +1,4 @@
$(document).ready(function() {
var elem = $("#totp-enroll-image img");
$(elem).attr("src", $(elem).data("image"));
});