1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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