fix: disable push notifications & update push notifications texts (#518)
This commit is contained in:
parent
2124e8046a
commit
6b7a8baa8e
3 changed files with 20 additions and 19 deletions
|
@ -120,6 +120,7 @@ export const usePushManager = () => {
|
|||
return false
|
||||
|
||||
await removePushNotifications(currentUser.value)
|
||||
await removePushNotificationData(currentUser.value)
|
||||
}
|
||||
|
||||
const saveSettings = async (policy?: SubscriptionPolicy) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue