Merge branch 'main' into module/wiki

This commit is contained in:
2025-09-15 14:57:01 +02:00

View File

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