fix: disable push notifications & update push notifications texts (#518)

This commit is contained in:
Joaquín Sánchez 2022-12-22 18:22:00 +01:00 committed by GitHub
parent 2124e8046a
commit 6b7a8baa8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 19 deletions

View file

@ -120,6 +120,7 @@ export const usePushManager = () => {
return false
await removePushNotifications(currentUser.value)
await removePushNotificationData(currentUser.value)
}
const saveSettings = async (policy?: SubscriptionPolicy) => {