SUPPORT-8783: Fix
(cherry picked from commit fa549ab779db8b9a29927987529a0da62f90dda0)
This commit is contained in:
parent
d6542f36f2
commit
13cf8be812
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export class HomeLandingComponent implements OnInit {
|
|||
|
||||
ngOnInit(): void {
|
||||
let url = this.appConfigService.getParamValue("cert_check_url")
|
||||
fetch(url)
|
||||
fetch(url, { mode: "no-cors" })
|
||||
.then(() => {
|
||||
document.getElementById("cert-check-info").hidden = true;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue