@hivegpt/hiveai-angular 0.0.216 → 0.0.217

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.
@@ -1149,7 +1149,7 @@
1149
1149
  }),
1150
1150
  })
1151
1151
  .then(function (response) {
1152
- if (response.status === 401) {
1152
+ if (response.status === 401 || response.status === 403) {
1153
1153
  _this.is401 = true;
1154
1154
  _this.refreshToken.emit();
1155
1155
  }
@@ -1207,7 +1207,7 @@
1207
1207
  }),
1208
1208
  })
1209
1209
  .then(function (response) {
1210
- if (response.status === 401) {
1210
+ if (response.status === 401 || response.status === 403) {
1211
1211
  _this.msg = msg;
1212
1212
  _this.chat = chat;
1213
1213
  _this.is401 = true;