Skip to content

Commit e8e8a94

Browse files
committed
Show a 404 page on /deployment/oauth2-provider/
One day we might have other settings on this page but for now there is nothing to show.
1 parent 511850b commit e8e8a94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/AppRouter.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ export const AppRouter: FC = () => {
335335
/>
336336

337337
<Route path="oauth2-provider">
338+
<Route index element={<NotFoundPage />} />
338339
<Route path="apps">
339340
<Route index element={<OAuth2AppsSettingsPage />} />
340341
<Route path="add" element={<CreateOAuth2AppPage />} />

0 commit comments

Comments
 (0)