dropping timetrack variable on logout
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -29,7 +29,7 @@ export async function logout(){
|
||||
await fetch(url,{
|
||||
credentials: 'include'
|
||||
});
|
||||
timetrack = null;
|
||||
timetrack.running = null;
|
||||
user.name = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user