Skip to content

Commit 92b6178

Browse files
fix test
1 parent bc33c24 commit 92b6178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/harness/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function App({ pkce, redirectUri }) {
4444
<SecureRoute path='/protected' element={<Protected />}/>
4545
<Route path='/implicit/callback' element={<LoginCallback />} />
4646
<Route path='/pkce/callback' element={<LoginCallback />} />
47-
<Route path='/' element={<Home />}/>
47+
<Route path='/*' element={<Home />}/>
4848
</Routes>
4949
</Security>
5050
<a href="/?pkce=1">PKCE Flow</a> | <a href="/">Implicit Flow</a>

0 commit comments

Comments
 (0)