Update index.html
Browse files- 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);
|