mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
organization status changed code changes (#12249)
* organization status changed code changes * Remove the stop so a reconnect can be made
This commit is contained in:
@@ -218,6 +218,11 @@ export class NotificationsService implements NotificationsServiceAbstraction {
|
||||
});
|
||||
}
|
||||
break;
|
||||
case NotificationType.SyncOrganizationStatusChanged:
|
||||
if (isAuthenticated) {
|
||||
await this.syncService.fullSync(true);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user