We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc33c24 commit 92b6178Copy full SHA for 92b6178
test/e2e/harness/src/App.js
@@ -44,7 +44,7 @@ export default function App({ pkce, redirectUri }) {
44
<SecureRoute path='/protected' element={<Protected />}/>
45
<Route path='/implicit/callback' element={<LoginCallback />} />
46
<Route path='/pkce/callback' element={<LoginCallback />} />
47
- <Route path='/' element={<Home />}/>
+ <Route path='/*' element={<Home />}/>
48
</Routes>
49
</Security>
50
<a href="/?pkce=1">PKCE Flow</a> | <a href="/">Implicit Flow</a>
0 commit comments