1
0
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:
Rui Tome
2025-01-27 15:42:26 +00:00
parent 9fe84c35d2
commit 4ddfc1e398

View File

@@ -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();