fix delete words
This commit is contained in:
parent
78e60728f9
commit
a4e3cbe463
3 changed files with 2 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ angular.module('copayApp.controllers').controller('preferencesDeleteWordsControl
|
|||
confirmDialog.show(msg, function(ok) {
|
||||
if (ok) {
|
||||
fc.clearMnemonic();
|
||||
profileService.updateCredentials(fc.export(), function() {
|
||||
profileService.updateCredentials(JSON.parse(fc.export()), function() {
|
||||
notification.success(successMsg);
|
||||
go.walletHome();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue