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 #2629 from mrajvanshy/release9
Browse files Browse the repository at this point in the history
[FIX] Migrate to gatehub link
  • Loading branch information
mrajvanshy committed Dec 19, 2015
2 parents 4f75785 + adb10e8 commit fb9c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/login.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LoginTab.prototype.angular = function(module) {
tracker.track('Migrate to Gatehub', {
'Status': 'success'
});
window.location.assign('https://wallet.gatehub.net/#/identity/');
window.location.assign('https://signin.gatehub.net/signup?client_id=&redirect_uri=');
};

function loginCallback(err) {
Expand Down

0 comments on commit fb9c883

Please sign in to comment.