@arsedizioni/ars-utils 21.2.176 → 21.2.177

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2265,7 +2265,7 @@ class ClipperService {
2265
2265
  this.broadcastServiceSubscription = this.broadcastService.getMessage()
2266
2266
  .subscribe(message => {
2267
2267
  if (message.id === ClipperMessages.LOGIN_CHANGED) {
2268
- this.login(null, null, true, message.data.oauth ?? null, message.data.oauthAccessToken ?? null).subscribe({
2268
+ this.login(null, null, true, message.data?.oauth ?? null, message.data?.oauthAccessToken ?? null).subscribe({
2269
2269
  next: r => {
2270
2270
  if (!r.success) {
2271
2271
  if ((this.flags & ClipperServiceFlags.DisplayConnectionStateMessages) > 0) {