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

update jslib and swal2 styles

This commit is contained in:
Kyle Spearrin
2020-03-04 14:14:27 -05:00
parent 465564325e
commit 73c192ad18
4 changed files with 13 additions and 8 deletions

View File

@@ -178,7 +178,7 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
}
async showDialog(text: string, title?: string, confirmText?: string, cancelText?: string, type?: string) {
let iconClasses = null;
let iconClasses: string = null;
if (type != null) {
// If you add custom types to this part, the type to SweetAlertIcon cast below needs to be changed.
switch (type) {