Skip to content

Commit

Permalink
Merge pull request #38 from danvitoriano/1.0.6
Browse files Browse the repository at this point in the history
replace redirect page
  • Loading branch information
danvitoriano authored Nov 6, 2016
2 parents f10f4cf + b8c4a19 commit d372fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@

var logout = function() {
localStorage.removeItem('oAuthSimpleLogin');
window.location.href = "/";
window.location.href = "/rest-api-examples/";
};

init();
Expand Down Expand Up @@ -256,7 +256,7 @@

var logout = function() {
localStorage.removeItem('oAuthProfileLogin');
window.location.href = "/";
window.location.href = "/rest-api-examples/";
};

retrieve_profile();
Expand Down

0 comments on commit d372fbc

Please sign in to comment.