Skip to content

Commit

Permalink
Merge pull request #564 from answerdev/feat/1.2.0/ui
Browse files Browse the repository at this point in the history
feat: 403 page not need login
  • Loading branch information
shuashuai authored Oct 10, 2023
2 parents 7a7629a + 1dda6c6 commit ff24189
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 ff24189

Please sign in to comment.