remove reject httpsheadres

This commit is contained in:
Eudes Inácio
2023-10-25 13:46:46 +01:00
parent ebb7115824
commit b82466ca34
14 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ export class ChatPage implements OnInit {
public RouteService: RouteService,
) {
this.headers = new HttpHeaders({'rejectUnauthorized': environment.rejectUnauthorized });;
this.headers = new HttpHeaders();;
window.onresize = (event) => {
if (window.innerWidth > 701) {
this.modalController.dismiss();