mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
update device string
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 621a6d1524...9a73e73351
@@ -38,7 +38,8 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
||||
}
|
||||
|
||||
getDeviceString(): string {
|
||||
return DeviceType[this.getDevice()].toLowerCase();
|
||||
const device = DeviceType[this.getDevice()].toLowerCase();
|
||||
return device.replace('desktop', '');
|
||||
}
|
||||
|
||||
isFirefox() {
|
||||
|
||||
Reference in New Issue
Block a user