iptdevs-design-system 3.1.61 → 3.1.63
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.
|
@@ -1030,6 +1030,14 @@ class BaseService {
|
|
|
1030
1030
|
});
|
|
1031
1031
|
resolve(false);
|
|
1032
1032
|
break;
|
|
1033
|
+
case 4:
|
|
1034
|
+
Swal.fire({
|
|
1035
|
+
'title': '<p style="font-family: Poppins"">Warning!</p>',
|
|
1036
|
+
'html': '<p style="font-family: Poppins"">your account is in inactive status contact support.</p>',
|
|
1037
|
+
'icon': 'warning',
|
|
1038
|
+
});
|
|
1039
|
+
resolve(false);
|
|
1040
|
+
break;
|
|
1033
1041
|
default:
|
|
1034
1042
|
Swal.fire({
|
|
1035
1043
|
'title': '<p style="font-family: Poppins"">Error!</p>',
|