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