We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a162088 commit bba144aCopy full SHA for bba144a
_layouts/default.html
@@ -36,6 +36,7 @@
36
webAuth.checkSession(
37
{},
38
function(err, result) {
39
+ console.dir(result);
40
if (err || !result || !result.accessToken) {
41
$(".guest").show();
42
$(".authenticated").hide();
0 commit comments