add test for priv key import
This commit is contained in:
parent
ca23aed70f
commit
4b3cbfcfb0
4 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ angular.module('copayApp.controllers').controller('JoinController',
|
|||
var context;
|
||||
var localMediaStream;
|
||||
|
||||
var s = ($location.search()).enterPrivate;
|
||||
var s = ($location.search()).advanced;
|
||||
if (s) {
|
||||
$scope.enterPrivate = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue