Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
[FIX] URI: Don't redirect to root
Browse files Browse the repository at this point in the history
  • Loading branch information
vhpoet committed Feb 13, 2015
1 parent f9b44f2 commit 595193d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/services/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ module.factory('rpId', ['$rootScope', '$location', '$route', '$routeParams', '$t
callback(oldBlobErr);
} else {
// Migration

$scope.oldUserBlob = blob;
$scope.oldUsername = oldBlobUsername;
$scope.oldPassword = password;
Expand Down Expand Up @@ -686,7 +685,6 @@ module.factory('rpId', ['$rootScope', '$location', '$route', '$routeParams', '$t
$scope.showRegister = true;
$scope.showLogin = false;
}
location.hash = '/';
return;
}
}
Expand Down

0 comments on commit 595193d

Please sign in to comment.