Eliminar script::type

This commit is contained in:
Juan Pablo Vial
2025-05-15 16:04:35 -04:00
parent 03317b3aa5
commit 331d004040
24 changed files with 24 additions and 24 deletions

View File

@ -19,7 +19,7 @@
@include('layout.body.scripts.cryptojs')
@push('page_scripts')
<script type="text/javascript">
<script>
function encryptPassword(password) {
const passphrase = Math.floor(Math.random() * Date.now()).toString()
const encrypted = CryptoJS.AES.encrypt(password, passphrase)