mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 19:13:39 +00:00
[PM-5796] Improve desktop biometric browser integration error handling (#7727)
* Re-register native messaging host integrations on startup * Check for errors when generating the manifests * Add log to component * Switch to Promise.all * Add injectable service
This commit is contained in:
@@ -204,6 +204,8 @@ export class NativeMessagingBackground {
|
||||
this.privateKey = null;
|
||||
this.connected = false;
|
||||
|
||||
this.logService.error("NativeMessaging port disconnected because of error: " + error);
|
||||
|
||||
const reason = error != null ? "desktopIntegrationDisabled" : null;
|
||||
reject(new Error(reason));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user