feat: towards multi-team support

also testing at different points whether team association is correct
This commit is contained in:
2025-03-21 14:44:55 +01:00
parent 7f4f6142c9
commit b28752830a
10 changed files with 148 additions and 925 deletions

View File

@@ -62,7 +62,7 @@ export function SessionProvider(props: SessionProviderProps) {
useEffect(() => {
loadUser();
setTimeout(() => loadTeam(), 500);
loadTeam();
}, []);
function onLogin(user: User) {