feat: auto redirect to the SSO login page

This commit is contained in:
Maël Gangloff
2025-12-07 14:32:48 +01:00
parent dd6c121936
commit dd5dba17fc
9 changed files with 29 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ export default function App(): React.ReactElement {
}}
>
<Routes>
<Route path='/' element={<Navigate to='/login'/>}/>
<Route path='/' element={<Navigate to='/home'/>}/>
<Route path='/home' element={<TextPage resource='home.md'/>}/>
<Route path='/search/domain' element={<DomainSearchPage/>}/>