Merge pull request 'localStorage token and websocket reconnect' (#28) from auth-session-updates into master

Reviewed-on: #28
This commit was merged in pull request #28.
This commit is contained in:
2025-08-21 18:40:06 +02:00
5 changed files with 38 additions and 8 deletions
+6
View File
@@ -87,6 +87,12 @@ export default function Lobby() {
setSessionState("voting");
setState("loading");
getTrack();
sessionSocket.send(
JSON.stringify({
action: "start",
token: user.access_token,
}),
);
}
function addUser(user: object) {