dropping timetrack variable on logout

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-15 14:53:04 +02:00
parent 5bda651669
commit 438654e5ba

View File

@@ -29,6 +29,7 @@ export async function logout(){
await fetch(url,{
credentials: 'include'
});
timetrack = null;
user.name = null;
}