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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user