closing popup after denying app
This commit is contained in:
parent
acb366767a
commit
a2364ac874
|
@ -355,6 +355,7 @@ $(function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
window.location = loginWinObj.redirect_uri + '#' + OAUTH3.query.stringify(denyObj);
|
window.location = loginWinObj.redirect_uri + '#' + OAUTH3.query.stringify(denyObj);
|
||||||
|
window.close();
|
||||||
};
|
};
|
||||||
util.handleLogout = function () {
|
util.handleLogout = function () {
|
||||||
var clientParams = OAUTH3.query.parse(loc.hash || loc.search);
|
var clientParams = OAUTH3.query.parse(loc.hash || loc.search);
|
||||||
|
|
Loading…
Reference in New Issue