diff --git a/js/issuer.js b/js/issuer.js index 9bae3f1..eff27af 100644 --- a/js/issuer.js +++ b/js/issuer.js @@ -355,7 +355,6 @@ $(function () { }; window.location = loginWinObj.redirect_uri + '#' + OAUTH3.query.stringify(denyObj); - window.close(); }; util.handleLogout = function () { var clientParams = OAUTH3.query.parse(loc.hash || loc.search);