diff --git a/src/background/nativeMessaging.background.ts b/src/background/nativeMessaging.background.ts index 68e6d70a08..a8db0cbf04 100644 --- a/src/background/nativeMessaging.background.ts +++ b/src/background/nativeMessaging.background.ts @@ -90,11 +90,12 @@ export class NativeMessagingBackground { confirmText: this.i18nService.t('ok'), type: 'error', }); + break; case 'verifyFingerprint': { if (this.sharedSecret == null) { this.showFingerprintDialog(); } - return; + break; } default: // Ignore since it belongs to another device