@ -67,7 +67,7 @@ export async function createSeatWidget($roomGrid, roomId) {
// Listener for takeing or leaving a seat
$seat.addEventListener('click', async () => {
if (!user) {
location.href = `${BASE_URL}/`
location.href = `${BASE_URL}/login.html`
return
}