improve url checker
This commit is contained in:
parent
ee031849b2
commit
53bc610bbc
7 changed files with 16 additions and 19 deletions
|
|
@ -34,9 +34,7 @@ var valid_pairs = {
|
|||
|
||||
angular.module('copayApp.controllers').controller('SetupController',
|
||||
function($scope, $rootScope, $location, $timeout, walletFactory, controllerUtils, Passphrase, backupService, notification) {
|
||||
if ($rootScope.wallet) {
|
||||
$location.path('/addresses');
|
||||
}
|
||||
controllerUtils.redirIfLogged();
|
||||
|
||||
$rootScope.videoInfo = {};
|
||||
$scope.loading = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue