Import and settings

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-22 15:57:19 -03:00
commit c52b604771
4 changed files with 37 additions and 23 deletions

View file

@ -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;
};