Skip to content

Commit

Permalink
fix: add authenticated page route to verifiable credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnwesson committed Sep 29, 2023
1 parent adcb3bf commit 2479538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subscribe(APP_READY, () => {
{getConfig().ENABLE_VERIFIABLE_CREDENTIALS && (
<Route
path={ROUTES.VERIFIABLE_CREDENTIALS}
element={<ProgramCertificatesList />}
element={<AuthenticatedPageRoute><ProgramCertificatesList /></AuthenticatedPageRoute>}
/>
)}
<Route
Expand Down

0 comments on commit 2479538

Please sign in to comment.