From 5a73cb1413fcb06d857711a64a9edbd7279eaa9b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 14 Feb 2017 10:37:11 -0700 Subject: [PATCH] better logging --- .well-known/oauth3/callback.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.well-known/oauth3/callback.js b/.well-known/oauth3/callback.js index a9c7c88..f789881 100644 --- a/.well-known/oauth3/callback.js +++ b/.well-known/oauth3/callback.js @@ -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+