ref password and andvanced options on join and export file view
This commit is contained in:
parent
8e5ac09aa4
commit
45c6cd9736
5 changed files with 72 additions and 37 deletions
|
|
@ -175,8 +175,6 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
function _create(opts) {
|
||||
ongoingProcess.set('creatingWallet', true);
|
||||
$timeout(function() {
|
||||
console.log(opts);
|
||||
return;
|
||||
profileService.createWallet(opts, function(err, client) {
|
||||
ongoingProcess.set('creatingWallet', false);
|
||||
if (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue