removing incorrect js
This commit is contained in:
parent
a2364ac874
commit
e748d8f849
|
@ -355,7 +355,6 @@ $(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