closing popup after denying app

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

View File

@ -355,6 +355,7 @@ $(function () {
};
window.location = loginWinObj.redirect_uri + '#' + OAUTH3.query.stringify(denyObj);
window.close();
};
util.handleLogout = function () {
var clientParams = OAUTH3.query.parse(loc.hash || loc.search);