diff --git a/desktop/main.js b/desktop/main.js index f4b9f61..8ec0f25 100644 --- a/desktop/main.js +++ b/desktop/main.js @@ -58,7 +58,9 @@ function createWindow() { }, }); - win.loadURL(SERVER_URL + '/home'); + // Open the landing page (same entry as the website): the "before login" screen with the + // no-login "Share my screen" option + sign-in. It redirects logged-in users straight to /home. + win.loadURL(SERVER_URL + '/'); // Open target=_blank / external links in the system browser instead of a new Electron window. win.webContents.setWindowOpenHandler(({ url }) => {