@arsedizioni/ars-utils 20.3.44 → 20.3.46
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.
|
@@ -2239,8 +2239,10 @@ class ClipperService {
|
|
|
2239
2239
|
.subscribe({
|
|
2240
2240
|
next: r => {
|
|
2241
2241
|
if (!r.success) {
|
|
2242
|
+
if (r.message) {
|
|
2243
|
+
this.dialogService.error(r.message, undefined, "Errore in Clipper");
|
|
2244
|
+
}
|
|
2242
2245
|
this.broadcastService.sendMessage(ClipperMessages.LOGIN_CHANGED);
|
|
2243
|
-
this.dialogService.error(r.message, undefined, "Errore in Clipper");
|
|
2244
2246
|
}
|
|
2245
2247
|
else {
|
|
2246
2248
|
this.dialogService.toast('Disconnesso da Clipper', 1500, 'power_off');
|