mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
better i18n checks, better action disabled, fix cert download for ios
This commit is contained in:
@@ -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 || ''
|
||||
|
||||
Reference in New Issue
Block a user