Fix navigation for onboarding

This commit is contained in:
Ana Custura 2026-06-22 15:49:56 +01:00
parent 3d40ff7912
commit 0838579407
2 changed files with 2 additions and 2 deletions

View file

@ -231,7 +231,7 @@ const App: React.FC = () => {
<Route path="/" element={<Home/>}/>
{currentUser && <Route path="/profile" element={<Profile/>}/> }
{currentUser && <Route path="/organisations" element={<Organisations/>}/> }
{currentUser && <Route path="/create-org-flow" element={<CreateOrgFlow/>}/> }
{currentUser && <Route path="/create" element={<CreateOrgFlow/>}/> }
{currentUser && <Route path="/bridges" element={<Bridges/>}/> }