mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
use swal titletext to avoid XSS (#966)
This commit is contained in:
@@ -132,7 +132,7 @@ export class ImportComponent implements OnInit {
|
||||
inputAttributes: {
|
||||
'readonly': 'true',
|
||||
},
|
||||
title: this.i18nService.t('importError'),
|
||||
titleText: this.i18nService.t('importError'),
|
||||
text: this.i18nService.t('importErrorDesc'),
|
||||
showConfirmButton: true,
|
||||
confirmButtonText: this.i18nService.t('ok'),
|
||||
|
||||
Reference in New Issue
Block a user