mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
update device string
This commit is contained in:
@@ -82,7 +82,8 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
}
|
||||
|
||||
getDeviceString(): string {
|
||||
return DeviceType[this.getDevice()].toLowerCase();
|
||||
const device = DeviceType[this.getDevice()].toLowerCase();
|
||||
return device.replace('extension', '');
|
||||
}
|
||||
|
||||
isFirefox(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user