mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
update device string
This commit is contained in:
parent
26baac529e
commit
42e0a98fda
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 621a6d1524a4053725a54b9688364ea97958eefa
|
||||
Subproject commit 9a73e733512e69221d6c74065bc8ec614c7ba0fd
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user