diff --git a/mfa_enforcement.php b/mfa_enforcement.php index 2368c7c0..2b45bc13 100644 --- a/mfa_enforcement.php +++ b/mfa_enforcement.php @@ -69,10 +69,10 @@ $data = "otpauth://totp/ITFlow:$session_email?secret=$token";
- +

- +

@@ -147,6 +147,11 @@ clipboard.on('error', function(e) { hideTooltip(e.trigger); }); +// Enable Popovers +$(function () { + $('[data-toggle="popover"]').popover() +}); +