1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

alert for bulk import link

This commit is contained in:
Kyle Spearrin
2016-09-20 00:03:39 -04:00
parent 81dd1ff0f2
commit 5fef6837b7
4 changed files with 21 additions and 7 deletions

View File

@@ -70,8 +70,7 @@ angular
showCancelButton: true,
confirmButtonText: 'Yes',
cancelButtonText: 'No'
},
function (confirm) {
}, function (confirm) {
if (confirm) {
goPasswordGenerator();
}