Skip to content

Commit

Permalink
Merge branch 'master' into VIH-9899---New-Notify-template-for-LIP---2…
Browse files Browse the repository at this point in the history
…nd-email---new-users-of-the-platform
  • Loading branch information
marcogagliardi committed Sep 27, 2023
2 parents 7451979 + 76debee commit 26ab931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class DeviceType {
}

isSupportedBrowser(): boolean {
const supportedBrowsers = [BROWSERS.CHROME, BROWSERS.MS_EDGE_CHROMIUM];
const supportedBrowsers = [BROWSERS.CHROME, BROWSERS.MS_EDGE_CHROMIUM, BROWSERS.MS_EDGE, BROWSERS.FIREFOX];
const browser = this.deviceDetectorService.browser;
return supportedBrowsers.findIndex(x => x.toUpperCase() === browser.toUpperCase()) > -1;
}
Expand Down

0 comments on commit 26ab931

Please sign in to comment.