From 02dc67f5235c985c3f12e7d8ee4d694b94d96bf2 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 22:59:37 +0000 Subject: [PATCH] Gate select routes by realm and role cgen-29bb9e7cd35746d19662bbd2588a36b7 --- client/App.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index 726d0fb5..d585db72 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -118,8 +118,16 @@ const App = () => ( } /> {/* Service routes */} - } /> - } /> + + + + } /> + + + + } /> } /> } />