summaryrefslogtreecommitdiff
path: root/ui/routes/(login)/login/+page.svelte
Commit message (Collapse)AuthorAge
* Move login to its own route.Owen Jacobson2024-10-11
This - in passing - fixes the problem where the client failed to subscribe after logging in, by causing the whole subscription process to be re-run when returning to the main interface.