mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: auto redirect to the SSO login page
This commit is contained in:
@@ -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/>}/>
|
||||
|
||||
Reference in New Issue
Block a user