From 96aa993f6955f4905bd8b609c812a686b1702db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Thu, 4 Jan 2024 17:08:12 -0500 Subject: [PATCH] fix(pages): add auth middleware to `/my-stuff/stories` --- pages/my-stuff/stories.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/my-stuff/stories.vue b/pages/my-stuff/stories.vue index 9f1522e..76b8571 100644 --- a/pages/my-stuff/stories.vue +++ b/pages/my-stuff/stories.vue @@ -1,11 +1,14 @@