[feature] Application creation + management via API + settings panel

This commit is contained in:
tobi 2025-03-13 13:50:07 +01:00
commit e86f7ef0d9
61 changed files with 3016 additions and 252 deletions

View file

@ -66,7 +66,7 @@ export function App({ account }: AppProps) {
Ensure user ends up somewhere
if they just open /settings.
*/}
<Route path="/"><Redirect to="/user" /></Route>
<Route path="/"><Redirect to="/user/profile" /></Route>
</ErrorBoundary>
</Router>
</section>