From c186638e47fa447ea1c428ae3b57917e13ec271d Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Sat, 5 Oct 2024 23:26:50 -0400 Subject: [PATCH] Remove authentication required to see creator's page --- src/router/router.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/router/router.js b/src/router/router.js index ddb1fa7..04c0079 100644 --- a/src/router/router.js +++ b/src/router/router.js @@ -50,9 +50,6 @@ const routes = [ { path: '/@:creator', component: CreatorLayout, - meta: { - requiresAuth: true, - }, children: [ { path: '',