1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

fix(notification-processing): [PM-19877] System Notification Implementation - Updated condition for if notification is supported.

This commit is contained in:
Patrick Pimentel
2025-07-23 08:55:39 -04:00
parent 0b6d968956
commit c05b4c3413

View File

@@ -96,6 +96,7 @@ export class BrowserSystemNotificationService implements SystemNotificationsServ
isSupported(): boolean {
switch (this.platformUtilsService.getDevice()) {
case DeviceType.FirefoxExtension:
case DeviceType.EdgeExtension:
case DeviceType.VivaldiExtension:
case DeviceType.OperaExtension: