1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

sweetalert2: remove superflous text argument. (#391)

This commit is contained in:
MartB
2020-02-24 18:58:23 +01:00
committed by GitHub
parent 663a84a3c4
commit 4e2ee15456

View File

@@ -148,7 +148,6 @@ export class SettingsComponent implements OnInit {
const submitted = await Swal.fire({
heightAuto: false,
buttonsStyling: false,
text: this.i18nService.t('setYourPinCode'),
html: div,
showCancelButton: true,
cancelButtonText: this.i18nService.t('cancel'),