mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
no devicePushToken for browser
This commit is contained in:
@@ -31,7 +31,8 @@ class TokenRequest {
|
|||||||
obj.deviceType = this.device.type;
|
obj.deviceType = this.device.type;
|
||||||
obj.deviceIdentifier = this.device.identifier;
|
obj.deviceIdentifier = this.device.identifier;
|
||||||
obj.deviceName = this.device.name;
|
obj.deviceName = this.device.name;
|
||||||
obj.devicePushToken = this.device.pushToken;
|
// no push tokens for browser apps yet
|
||||||
|
// obj.devicePushToken = this.device.pushToken;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.token && this.provider !== null && (typeof this.provider !== 'undefined')) {
|
if (this.token && this.provider !== null && (typeof this.provider !== 'undefined')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user