mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
[Provider] Refresh identity token on full sync (#437)
This commit is contained in:
@@ -151,7 +151,6 @@ export class NotificationsService implements NotificationsServiceAbstraction {
|
||||
break;
|
||||
case NotificationType.SyncOrgKeys:
|
||||
if (isAuthenticated) {
|
||||
await this.apiService.refreshIdentityToken();
|
||||
await this.syncService.fullSync(true);
|
||||
// Stop so a reconnect can be made
|
||||
await this.signalrConnection.stop();
|
||||
|
||||
Reference in New Issue
Block a user