mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
allow sync to throw error
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: e35431f374...669f6ddf93
@@ -117,7 +117,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
|||||||
break;
|
break;
|
||||||
case 'syncVault':
|
case 'syncVault':
|
||||||
try {
|
try {
|
||||||
await this.syncService.fullSync(true);
|
await this.syncService.fullSync(true, true);
|
||||||
this.toasterService.popAsync('success', null, this.i18nService.t('syncingComplete'));
|
this.toasterService.popAsync('success', null, this.i18nService.t('syncingComplete'));
|
||||||
this.analytics.eventTrack.next({ action: 'Synced Full' });
|
this.analytics.eventTrack.next({ action: 'Synced Full' });
|
||||||
} catch {
|
} catch {
|
||||||
|
|||||||
Reference in New Issue
Block a user