Merge pull request #564 from answerdev/feat/1.2.0/ui

feat: 403 page not need login
This commit is contained in:
dashuai 2023-10-10 16:49:01 +08:00 committed by GitHub
commit ff241893cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -394,10 +394,6 @@ const routes: RouteNode[] = [
path: '50x',
page: 'pages/50X',
},
{
path: '403',
page: 'pages/403',
},
],
},
{
@ -430,6 +426,10 @@ const routes: RouteNode[] = [
path: '/users/unsubscribe',
page: 'pages/Users/Unsubscribe',
},
{
path: '403',
page: 'pages/403',
},
],
},
{