1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

Removed explicit token refresh before every sync

This commit is contained in:
Todd Martin
2025-01-31 18:05:03 -05:00
parent 82f416c292
commit c37e98bce3

View File

@@ -131,7 +131,6 @@ export class DefaultSyncService extends CoreSyncService {
}
try {
await this.apiService.refreshIdentityToken();
const response = await this.apiService.getSync();
await this.syncProfile(response.profile);