solved unauthorized rockect chat url

This commit is contained in:
tiago.kayaya
2021-10-05 10:18:38 +01:00
parent 3f99ea222c
commit 5d4490e287
8 changed files with 34 additions and 30 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ export class FileService {
}
viewDocumentByUrl(url) {
const browser = this.iab.create(url,"_blank");
const browser = this.iab.create(url,"_parent");
browser.show();
}
}