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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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'),