change option name

This commit is contained in:
Gabriel Bazán 2016-10-12 11:06:42 -03:00
commit 99274519d6
2 changed files with 2 additions and 2 deletions

View file

@ -822,7 +822,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
var askPassword = function(name, title, cb) {
var opts = {
inputType: 'password',
force: true
forceHTMLPrompt: true
};
popupService.showPrompt(title, name, opts, function(res) {
if (!res) return cb();