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

@ -11,7 +11,7 @@
</div>
@push('page_scripts')
<script type="text/javascript">
<script>
function logout() {
return fetch('{{$urls->base}}/logout').then(response => {
if (response.ok) {