From 72f3d8c5ab3e2a42cf1a76d0c08815dbe46e50a1 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 11 Oct 2024 01:18:18 -0400 Subject: Move login to its own route. 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. --- ui/routes/(login)/login/+page.svelte | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ui/routes/(login)/login/+page.svelte (limited to 'ui/routes/(login)') diff --git a/ui/routes/(login)/login/+page.svelte b/ui/routes/(login)/login/+page.svelte new file mode 100644 index 0000000..c333fdd --- /dev/null +++ b/ui/routes/(login)/login/+page.svelte @@ -0,0 +1,5 @@ + + + -- cgit v1.2.3