Skip to content

Commit bba144a

Browse files
committed
Add Oauth
1 parent a162088 commit bba144a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
webAuth.checkSession(
3737
{},
3838
function(err, result) {
39+
console.dir(result);
3940
if (err || !result || !result.accessToken) {
4041
$(".guest").show();
4142
$(".authenticated").hide();

0 commit comments

Comments
 (0)