dropping timetrack variable on logout

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

View File

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