Skip to content

Commit

Permalink
fix(about): route /about should show without auth (#995) (#996)
Browse files Browse the repository at this point in the history
(cherry picked from commit a8d2e77)

Co-authored-by: Thuan Vo <thvo@redhat.com>
  • Loading branch information
mergify[bot] and Thuan Vo authored Apr 25, 2023
1 parent 03f69a5 commit eb908b5
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 eb908b5

Please sign in to comment.