Fixed last broken link probably

main
Antonio De Lucreziis 3 years ago
parent 3ea0971a2f
commit 2028d08c96

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

Loading…
Cancel
Save