mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 17:57:28 -06:00
[feature] Application creation + management via API + settings panel
This commit is contained in:
parent
daf60f69a0
commit
e86f7ef0d9
61 changed files with 3016 additions and 252 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue