mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
Refresh identity token on SyncOrgKeys notification message
This commit is contained in:
@@ -192,6 +192,7 @@ 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