improve url checker
This commit is contained in:
parent
ee031849b2
commit
53bc610bbc
7 changed files with 16 additions and 19 deletions
|
|
@ -2,10 +2,8 @@
|
|||
|
||||
angular.module('copayApp.controllers').controller('SettingsController',
|
||||
function($scope, $rootScope, $window, $location) {
|
||||
if ($rootScope.wallet) {
|
||||
$location.path('/addresses');
|
||||
}
|
||||
|
||||
controllerUtils.redirIfLogged();
|
||||
$scope.title = 'Settings';
|
||||
$scope.networkName = config.networkName;
|
||||
$scope.insightHost = config.blockchain.host;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue