1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-28 12:45:45 +01:00

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

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