feat: 403 page not need login

This commit is contained in:
shuai 2023-10-10 16:48:19 +08:00
parent d0409afd30
commit 1dda6c6bf5
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',
},
],
},
{