implement user and login
This commit is contained in:
@@ -138,3 +138,6 @@ function beansRefill(){
|
||||
function showCoffeeHistory(){
|
||||
window.location.href = "/unsecure/coffees-made";
|
||||
}
|
||||
function logout(){
|
||||
window.location.href = "/unsecure/login"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user