1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00: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

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