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

remove types from sweet alerts so we don't have an icon

This commit is contained in:
Kyle Spearrin
2016-09-21 19:42:26 -04:00
parent 2b6b75737e
commit 780abfe877
3 changed files with 0 additions and 6 deletions

View File

@@ -62,7 +62,6 @@ angular
SweetAlert.swal({
title: 'Warning',
text: 'Are you sure you want to overwrite the current password?',
type: 'warning',
showCancelButton: true,
confirmButtonText: 'Yes',
cancelButtonText: 'No'