mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
load even when sync fails
This commit is contained in:
@@ -138,9 +138,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
|||||||
this.messagingService.send('scheduleNextSync');
|
this.messagingService.send('scheduleNextSync');
|
||||||
break;
|
break;
|
||||||
case 'syncCompleted':
|
case 'syncCompleted':
|
||||||
if (message.successfully) {
|
|
||||||
await this.load();
|
await this.load();
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case 'refreshCiphers':
|
case 'refreshCiphers':
|
||||||
this.ciphersComponent.refresh();
|
this.ciphersComponent.refresh();
|
||||||
|
|||||||
Reference in New Issue
Block a user