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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user