From 03d37750118b94bb713a14e7e945df5083d79b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Sun, 25 Dec 2022 13:45:37 +0100 Subject: [PATCH] feat: show re-auth message when missing `vapid_key` (#542) --- .../NotificationEnablePushNotification.client.vue | 4 ++++ components/notification/NotificationPreferences.client.vue | 2 ++ locales/en-US.json | 3 ++- locales/es-ES.json | 3 ++- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/components/notification/NotificationEnablePushNotification.client.vue b/components/notification/NotificationEnablePushNotification.client.vue index aa503b20..ca60eeec 100644 --- a/components/notification/NotificationEnablePushNotification.client.vue +++ b/components/notification/NotificationEnablePushNotification.client.vue @@ -1,5 +1,6 @@