Remove authentication required to see creator's page

This commit is contained in:
2024-10-05 23:26:50 -04:00
parent 9005ecf04b
commit c186638e47

View File

@@ -50,9 +50,6 @@ const routes = [
{
path: '/@:creator',
component: CreatorLayout,
meta: {
requiresAuth: true,
},
children: [
{
path: '',