1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-06 05:18:03 +02: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

@ -6,7 +6,6 @@
SweetAlert.swal({
title: 'Log Out',
text: 'Are you sure you want to log out?',
type: 'warning',
showCancelButton: true,
confirmButtonText: 'Yes',
cancelButtonText: 'Cancel'
@ -23,7 +22,6 @@
SweetAlert.swal({
title: 'Change Master Password',
text: 'You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?',
type: 'info',
showCancelButton: true,
confirmButtonText: 'Yes',
cancelButtonText: 'Cancel'
@ -34,7 +32,6 @@
SweetAlert.swal({
title: 'Change Email',
text: 'You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?',
type: 'info',
showCancelButton: true,
confirmButtonText: 'Yes',
cancelButtonText: 'Cancel'
@ -45,7 +42,6 @@
SweetAlert.swal({
title: 'Two-step Login',
text: 'Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?',
type: 'info',
showCancelButton: true,
confirmButtonText: 'Yes',
cancelButtonText: 'Cancel'

View File

@ -18,7 +18,6 @@
SweetAlert.swal({
title: 'Import Logins',
text: 'You can bulk import logins from the bitwarden.com web vault. Do you want to visit the website now?',
type: 'info',
showCancelButton: true,
confirmButtonText: 'Yes',
cancelButtonText: 'Cancel'

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'