Skip to content

Commit

Permalink
fix(about): route /about should show without auth (#995)
Browse files Browse the repository at this point in the history
(cherry picked from commit a8d2e77)
  • Loading branch information
Thuan Vo authored and mergify[bot] committed Apr 25, 2023
1 parent 03f69a5 commit 24d3625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const routes: IAppRoute[] = [
title: 'About',
description: 'Get information, help, or support for Cryostat.',
navGroup: OVERVIEW,
anonymous: true,
},
{
component: Dashboard,
Expand Down

0 comments on commit 24d3625

Please sign in to comment.