Browse Source

Merge branch 'main' into module/wiki

module/wiki
Stephan Richter 2 months ago
parent
commit
e55d656364
  1. 2
      frontend/src/user.svelte.js

2
frontend/src/user.svelte.js

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

Loading…
Cancel
Save