mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
formatting
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
$scope.changePassword = function () {
|
||||
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?',
|
||||
text: 'You can change your master password on the bitwarden.com web vault. Do you want to visit the ' +
|
||||
'website now?',
|
||||
showCancelButton: true,
|
||||
confirmButtonText: 'Yes',
|
||||
cancelButtonText: 'Cancel'
|
||||
@@ -31,7 +32,8 @@
|
||||
$scope.changeEmail = function () {
|
||||
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?',
|
||||
text: 'You can change your email address on the bitwarden.com web vault. Do you want to visit the ' +
|
||||
'website now?',
|
||||
showCancelButton: true,
|
||||
confirmButtonText: 'Yes',
|
||||
cancelButtonText: 'Cancel'
|
||||
@@ -41,7 +43,9 @@
|
||||
$scope.twoStep = function () {
|
||||
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?',
|
||||
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?',
|
||||
showCancelButton: true,
|
||||
confirmButtonText: 'Yes',
|
||||
cancelButtonText: 'Cancel'
|
||||
@@ -71,6 +75,6 @@
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user