diff --git a/components/notification/NotificationEnablePushNotification.client.vue b/components/notification/NotificationEnablePushNotification.client.vue index 783970de..8a986b20 100644 --- a/components/notification/NotificationEnablePushNotification.client.vue +++ b/components/notification/NotificationEnablePushNotification.client.vue @@ -6,6 +6,7 @@ defineProps<{ }>() defineEmits(['hide', 'subscribe']) +const isLegacyAccount = computed(() => !currentUser.value?.vapidKey)