mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
alerts and redirects for settings
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
showCancelButton: true,
|
||||
confirmButtonText: 'Yes',
|
||||
cancelButtonText: 'Cancel'
|
||||
}, function (confirm) {
|
||||
if (confirm) {
|
||||
}, function (confirmed) {
|
||||
if (confirmed) {
|
||||
chrome.tabs.create({ url: 'https://vault.bitwarden.com' });
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user