From eb0412cd3cbf1ac4b5392bfd1d8497efe44c7436 Mon Sep 17 00:00:00 2001 From: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:27:13 -0700 Subject: [PATCH] fix: update org invite url to include the /console base Since we've moved the console to a separate container, the path must start with /console so that the request (including the query string params) are passed to the console container. --- .../(console)/organization-[organization]/createMember.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/(console)/organization-[organization]/createMember.svelte b/src/routes/(console)/organization-[organization]/createMember.svelte index 6e0509539..ab7947ae7 100644 --- a/src/routes/(console)/organization-[organization]/createMember.svelte +++ b/src/routes/(console)/organization-[organization]/createMember.svelte @@ -1,4 +1,5 @@