From e748d8f8494a86cbe18f71c3852c33c505b370e6 Mon Sep 17 00:00:00 2001 From: Jon Lambson Date: Tue, 11 Jul 2017 12:44:11 -0600 Subject: [PATCH] removing incorrect js --- js/issuer.js | 1 - 1 file changed, 1 deletion(-) 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);