better i18n checks, better action disabled, fix cert download for ios

This commit is contained in:
Matt Hill
2026-01-30 10:59:27 -07:00
parent 113b09ad01
commit 60875644a1
8 changed files with 152 additions and 72 deletions

View File

@@ -215,7 +215,7 @@ export default class SuccessPage implements AfterViewInit {
.getElementById('cert')
?.setAttribute(
'href',
`data:application/x-x509-ca-cert;base64,${this.result!.rootCa}`,
`data:application/octet-stream;base64,${this.result!.rootCa}`,
)
const html = this.documentation?.nativeElement.innerHTML || ''