Remove authentication required to see creator's page
This commit is contained in:
@@ -50,9 +50,6 @@ const routes = [
|
|||||||
{
|
{
|
||||||
path: '/@:creator',
|
path: '/@:creator',
|
||||||
component: CreatorLayout,
|
component: CreatorLayout,
|
||||||
meta: {
|
|
||||||
requiresAuth: true,
|
|
||||||
},
|
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user