1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Show fingerprint message

This commit is contained in:
Hinton
2020-10-19 16:50:25 +02:00
parent 378f603709
commit a659c86373
4 changed files with 27 additions and 3 deletions

View File

@@ -241,6 +241,7 @@ export class AppComponent implements OnInit {
icon: type as SweetAlertIcon, // required to be any of the SweetAlertIcons to output the iconHtml.
iconHtml: iconClasses != null ? `<i class="swal-custom-icon fa ${iconClasses}"></i>` : undefined,
text: msg.text,
html: msg.html,
title: msg.title,
showCancelButton: (cancelText != null),
cancelButtonText: cancelText,