Merge branch 'feature/fix-login' into develop

This commit is contained in:
gilson.manuel
2022-07-04 17:49:23 +01:00
11 changed files with 29 additions and 52 deletions
@@ -46,7 +46,6 @@ export class ViewDocumentPage implements OnInit {
this.processes.GetViewer(this.docId, this.applicationId).subscribe(res=> {
const link: string = res;
console.log(res,' link!!!')
this.trustedUrl = this.sanitazer.bypassSecurityTrustResourceUrl(link);
}, ()=>{
this.close();