implement user and login

This commit is contained in:
derlole
2025-05-15 09:32:30 +00:00
parent e268f0befb
commit 1f3bc505a0
7 changed files with 82 additions and 46 deletions

View File

@@ -138,3 +138,6 @@ function beansRefill(){
function showCoffeeHistory(){
window.location.href = "/unsecure/coffees-made";
}
function logout(){
window.location.href = "/unsecure/login"
}