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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user