mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
load even if sync didnt complete successfully
This commit is contained in:
@@ -87,11 +87,6 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
|
||||
});
|
||||
}
|
||||
break;
|
||||
case 'syncCompleted':
|
||||
if (message.successfully) {
|
||||
await this.load();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user