This commit is contained in:
2025-02-06 21:29:40 +05:30
parent e7379f8f47
commit eb2031672d
12 changed files with 10 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ $email = isset($_SESSION['email']) ? $_SESSION['email'] : '';
document.getElementById('userEmail').textContent = "<?php echo isset($email) ? htmlspecialchars($email) : ''; ?>";
</script>
<script src="assets/js/_forgot_pass.js"></script>
<script src="assets/js/_developer_tools.js"></script>
</body>
</html>