WIP: Enrollement MFA avec TOTP
This commit is contained in:
parent
aa34c6ef4c
commit
33590c7110
10 changed files with 144 additions and 1 deletions
4
static/events.js
Normal file
4
static/events.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$(document).ready(function() {
|
||||
var elem = $("#totp-enroll-image img");
|
||||
$(elem).attr("src", $(elem).data("image"));
|
||||
});
|
||||
2
static/jquery/jquery.min.js
vendored
Normal file
2
static/jquery/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue