1
0
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:
Justin Baur
2025-04-17 16:01:02 -04:00
committed by GitHub
parent e0df1ecf0c
commit 5af12505f1

View File

@@ -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,
});
}