Remove duplicate route and keep proper SubdomainPassport handling
cgen-39e3882300204abb9ed9745894a418bb
This commit is contained in:
parent
932775c489
commit
e88933f6b9
1 changed files with 1 additions and 2 deletions
|
|
@ -183,9 +183,8 @@ const App = () => (
|
|||
<SkipAgentController />
|
||||
<PageTransition>
|
||||
<Routes>
|
||||
{/* Subdomain Passport (aethex.me and aethex.space) - must be before Index route */}
|
||||
{/* Subdomain Passport (aethex.me and aethex.space) handles its own redirect if not a subdomain */}
|
||||
<Route path="/" element={<SubdomainPassport />} />
|
||||
<Route path="/" element={<Index />} />
|
||||
<Route path="/onboarding" element={<Onboarding />} />
|
||||
<Route path="/dashboard" element={<Dashboard />} />
|
||||
<Route path="/realms" element={<Realms />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue