fix reset password
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<!-- app/Views/errors/custom/blocked.php -->
|
||||
<?php if (session()->getFlashdata('show_block_modal')): ?>
|
||||
<div class="modal fade" id="blockedModal" tabindex="-1" aria-labelledby="blockedLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered modal-lg">
|
||||
<div class="modal-content rounded-4 shadow border-0" style="max-width: 600px; margin: auto;">
|
||||
@@ -14,7 +15,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (session()->getFlashdata('show_block_modal')): ?>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', function () {
|
||||
const modal = new bootstrap.Modal(document.getElementById('blockedModal'));
|
||||
|
||||
Reference in New Issue
Block a user