fix login redirect ajax request

This commit is contained in:
amazuecos
2025-02-10 18:11:46 +01:00
parent 3b80471773
commit 49a1904eae
2 changed files with 8 additions and 3 deletions

View File

@ -11,6 +11,5 @@ $(() => {
})
$("#btn-log-out").on("click",() => {
clearInterval(chatNotificationInterval)
console.log("CLEAR")
})
})