1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-28 10:54:54 +02:00

load even when sync fails

This commit is contained in:
Kyle Spearrin 2018-11-27 09:20:17 -05:00
parent d494006aff
commit 5a40728b0e

View File

@ -138,9 +138,7 @@ export class VaultComponent implements OnInit, OnDestroy {
this.messagingService.send('scheduleNextSync');
break;
case 'syncCompleted':
if (message.successfully) {
await this.load();
}
await this.load();
break;
case 'refreshCiphers':
this.ciphersComponent.refresh();