From f28923f86f7e3b61c92e4351cac95a96d8692f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Mon, 26 Dec 2022 10:13:59 +0100 Subject: [PATCH] fix: request push notifications on mobile (#553) --- ...NotificationEnablePushNotification.client.vue | 2 +- composables/push-notifications/usePushManager.ts | 16 ++++++++-------- service-worker/web-push-notifications.ts | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/components/notification/NotificationEnablePushNotification.client.vue b/components/notification/NotificationEnablePushNotification.client.vue index ca60eeecc..88bd781a0 100644 --- a/components/notification/NotificationEnablePushNotification.client.vue +++ b/components/notification/NotificationEnablePushNotification.client.vue @@ -36,7 +36,7 @@ const isLegacyAccount = computed(() => !currentUser.value?.vapidKey)