diff --git a/pages/notification.vue b/pages/notification.vue index 67c794a..58db8b0 100644 --- a/pages/notification.vue +++ b/pages/notification.vue @@ -13,6 +13,7 @@ export default { name: "Notification", + middleware: 'authenticated', components: { NotificationList },