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

Commit

Permalink
Merge pull request #2210 from vhpoet/develop
Browse files Browse the repository at this point in the history
[FIX] URI: Don't redirect to root
  • Loading branch information
yongsoo committed Feb 13, 2015
2 parents f9b44f2 + 595193d commit 281d65e
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 281d65e

Please sign in to comment.