better logging
这个提交包含在:
父节点
d6e29cd0fa
当前提交
5a73cb1413
@ -14,8 +14,8 @@
|
|||||||
var callbackName = '--oauth3-callback-' + loginWinObj.state;
|
var callbackName = '--oauth3-callback-' + loginWinObj.state;
|
||||||
|
|
||||||
console.log(prefix, loc.href);
|
console.log(prefix, loc.href);
|
||||||
console.log('Parsed URL Obj: ', loginWinObj);
|
console.log(prefix, 'Parsed URL Obj:', loginWinObj);
|
||||||
console.log('callbackName: ', callbackName);
|
console.log(prefix, 'callbackName:', callbackName);
|
||||||
|
|
||||||
window.oauth3complete = function () {
|
window.oauth3complete = function () {
|
||||||
// The hacks that used to be necessary for this on iOS should no longer be necessary in iOS 9+
|
// The hacks that used to be necessary for this on iOS should no longer be necessary in iOS 9+
|
||||||
|
|||||||
正在加载...
x
在新工单中引用
屏蔽一个用户