Skip to content

Commit

Permalink
removed loggedIn routeguard from webcams page (it wasn't "secure" any…
Browse files Browse the repository at this point in the history
…way)
  • Loading branch information
jabelone committed Sep 26, 2023
1 parent 1fcf35c commit 2f58155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-frontend/src/pages/pageAndRouteConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const PageAndRouteConfig: PageAndRouteConfigType[] = [
icon: icons.webcams,
to: '/webcams',
name: 'webcams',
loggedIn: true,
loggedIn: false,
kiosk: true,
featureEnabledFlag: 'enableWebcams',
component: () => import('pages/Webcams.vue'),
Expand Down

0 comments on commit 2f58155

Please sign in to comment.