better logging

This commit is contained in:
AJ ONeal 2017-02-14 10:37:11 -07:00
parent d6e29cd0fa
commit 5a73cb1413
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
var callbackName = '--oauth3-callback-' + loginWinObj.state;
console.log(prefix, loc.href);
console.log('Parsed URL Obj: ', loginWinObj);
console.log('callbackName: ', callbackName);
console.log(prefix, 'Parsed URL Obj:', loginWinObj);
console.log(prefix, 'callbackName:', callbackName);
window.oauth3complete = function () {
// The hacks that used to be necessary for this on iOS should no longer be necessary in iOS 9+