Skip to content

Commit

Permalink
change auth route
Browse files Browse the repository at this point in the history
  • Loading branch information
coolchock committed Nov 19, 2024
1 parent 6233eb2 commit cd55278
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ function App() {
<SuperTokensWrapper>
<Router>
<Routes>
{/*{getSuperTokensRoutesForReactRouterDom(*/}
{/* require('react-router-dom'),*/}
{/* PreBuiltUIList*/}
{/*)}*/}
<Route path={'/auth/callback/github'} element={<CallbackHandler />} />
<Route
path={'/auth/callback/:providerId'}
element={<CallbackHandler />}
/>
<Route path={'/auth'} element={<Login />} />s
<Route
path="/"
Expand Down

0 comments on commit cd55278

Please sign in to comment.