Add missing break statement (#1503)

This commit is contained in:
Oscar Hinton 2020-12-21 15:18:18 +01:00 committed by GitHub
parent 1bb75d47aa
commit 83cea49a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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