mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
Update apps/desktop/src/services/native-messaging.service.ts
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
parent
d7cd52bbb3
commit
2d1b123513
@ -136,7 +136,7 @@ export class NativeMessagingService {
|
|||||||
Math.abs(message.timestamp - Date.now()) > MessageValidTimeout &&
|
Math.abs(message.timestamp - Date.now()) > MessageValidTimeout &&
|
||||||
!this.platformUtilService.isDev()
|
!this.platformUtilService.isDev()
|
||||||
) {
|
) {
|
||||||
this.logService.error("NativeMessage is to old, ignoring.");
|
this.logService.error("NativeMessage is too old, ignoring.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user