mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Switch userVisibleOnly to false (#14202)
This commit is contained in:
@@ -134,7 +134,7 @@ class MyWebPushConnector implements WebPushConnector {
|
||||
|
||||
private async pushManagerSubscribe(key: string) {
|
||||
return await this.serviceWorkerRegistration.pushManager.subscribe({
|
||||
userVisibleOnly: true,
|
||||
userVisibleOnly: false,
|
||||
applicationServerKey: key,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user