Browse Source

removing incorrect js

v1
Jon Lambson 7 years ago
parent
commit
e748d8f849
  1. 1
      js/issuer.js

1
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);

Loading…
Cancel
Save