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:
parent
1bb75d47aa
commit
83cea49a1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user