From 6157b1cc5c44f141a8bdcc330a43f2ffbaf5d521 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 9 Nov 2025 08:15:01 +0000 Subject: [PATCH] Add Discord OAuth callback route cgen-e7a1b83c170d42c68e94cd53b63d28d4 --- client/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/App.tsx b/client/App.tsx index 952c3951..e3ddef59 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -203,6 +203,7 @@ const App = () => ( element={} /> } /> + } /> } /> {/* Creator Network routes */}