From 46a36368dba8fed60deed2cba1ca9adf7b890951 Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Mon, 29 Sep 2025 14:30:49 -0400 Subject: [PATCH] set redcirectUrl on auth routes --- src/App.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index d43b6bea..aa1e65bf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -122,9 +122,15 @@ export function App(): JSX.Element { element={} /> - } /> + } + /> - } /> + } + />