Import and settings
This commit is contained in:
parent
93ad392928
commit
c52b604771
4 changed files with 37 additions and 23 deletions
|
|
@ -74,7 +74,7 @@ angular.module('copayApp.controllers').controller('SettingsController',
|
|||
unitToSatoshi: $scope.selectedUnit.value,
|
||||
}));
|
||||
|
||||
var target = ($window.location.origin !== 'null' ? $window.location.origin : '') + $window.location.pathname;
|
||||
var target = ($window.location.origin !== 'null' ? $window.location.origin : '') + '/signin';
|
||||
|
||||
$window.location.href = target;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue