mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-07 09:20:06 +01:00
remove types from sweet alerts so we don't have an icon
This commit is contained in:
parent
2b6b75737e
commit
780abfe877
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user