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