Skip to content

Commit

Permalink
feat: 403 page not need login
Browse files Browse the repository at this point in the history
  • Loading branch information
shuashuai committed Oct 10, 2023
1 parent d0409af commit 1dda6c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/router/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,6 @@ const routes: RouteNode[] = [
path: '50x',
page: 'pages/50X',
},
{
path: '403',
page: 'pages/403',
},
],
},
{
Expand Down Expand Up @@ -430,6 +426,10 @@ const routes: RouteNode[] = [
path: '/users/unsubscribe',
page: 'pages/Users/Unsubscribe',
},
{
path: '403',
page: 'pages/403',
},
],
},
{
Expand Down

0 comments on commit 1dda6c6

Please sign in to comment.