Working sign in

This commit is contained in:
Adrian Woźniak 2023-08-15 12:34:58 +02:00
parent 2901da51f5
commit 77cbb84885

View File

@ -4,7 +4,6 @@ import("https://unpkg.com/htmx.org@1.9.4/dist/htmx.min.js");
const body = document.body;
body.addEventListener('htmx:beforeOnLoad', function (evt) {
console.log(evt);
const detail = evt.detail;
const xhr = detail.xhr;
const status = xhr.status;