sweetalert2: remove superflous text argument. (#391)
This commit is contained in:
parent
663a84a3c4
commit
4e2ee15456
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue