coyotte508 HF Staff commited on
Commit
aaf5659
·
verified ·
1 Parent(s): 0f09d43

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -0
index.html CHANGED
@@ -31,6 +31,8 @@
31
 
32
  let oauthResult = localStorage.getItem("oauth");
33
 
 
 
34
  if (oauthResult) {
35
  try {
36
  oauthResult = JSON.parse(oauthResult);
 
31
 
32
  let oauthResult = localStorage.getItem("oauth");
33
 
34
+ console.log("localStorage", localStorage)
35
+
36
  if (oauthResult) {
37
  try {
38
  oauthResult = JSON.parse(oauthResult);