Token configuration
@@ -129,7 +129,17 @@
{#if requestType !== 'get_path'}
diff --git a/frontend/src/routes/(root)/(logged)/flows/get/[...path]/+page.svelte b/frontend/src/routes/(root)/(logged)/flows/get/[...path]/+page.svelte
index ad343f5bc1..840cc90314 100644
--- a/frontend/src/routes/(root)/(logged)/flows/get/[...path]/+page.svelte
+++ b/frontend/src/routes/(root)/(logged)/flows/get/[...path]/+page.svelte
@@ -279,7 +279,8 @@
path: urlAsync
},
sync: {
- path: urlSync
+ path: urlSync,
+ get_path: urlSync
}
}}
isFlow={true}