fix missing query.parse
This commit is contained in:
parent
4eb078424a
commit
f7a57f08d9
|
@ -1,8 +1,8 @@
|
|||
(function () {
|
||||
"use strict";
|
||||
;(function () {
|
||||
'use strict';
|
||||
|
||||
var loc = window.location;
|
||||
var loginWinObj = window.OAUTH3_CORE.queryparse(loc.hash || loc.search);
|
||||
var loginWinObj = window.OAUTH3.query.parse(loc.hash || loc.search);
|
||||
var prefix = "(" + window.location.hostname + ") [.well-known/oauth3/callback.html]";
|
||||
|
||||
if (loginWinObj.debug) {
|
||||
|
|
Loading…
Reference in New Issue