mirror of
https://github.com/itflow-org/itflow
synced 2026-08-26 01:15:12 +00:00
Theme Fixes for adminlte 4
This commit is contained in:
@@ -87,7 +87,7 @@ if (!empty($_SESSION['show_mfa_modal'])) {
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
// jQuery or vanilla JS to open the modal
|
||||
$('#enableMFAModal').modal('show');
|
||||
bootstrap.Modal.getOrCreateInstance(document.getElementById('enableMFAModal')).show();
|
||||
});
|
||||
</script>";
|
||||
unset($_SESSION['show_mfa_modal']);
|
||||
|
||||
Reference in New Issue
Block a user