removing incorrect js

This commit is contained in:
Jon Lambson 2017-07-11 12:44:11 -06:00
parent a2364ac874
commit e748d8f849
1 changed files with 0 additions and 1 deletions

View File

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