Everything break if you don't JSON.stringify the TOKEN.
This commit is contained in:
parent
2d46b30a7d
commit
300d22c60b
|
@ -30,7 +30,7 @@ Alternatively, you can always manually enter or update the token by following th
|
||||||
* Open the Chrome developer console
|
* Open the Chrome developer console
|
||||||
* Execute the following line:
|
* Execute the following line:
|
||||||
```javascript
|
```javascript
|
||||||
localStorage.setItem('octotree.github_access_token', 'REPLACE WITH TOKEN')
|
localStorage.setItem('octotree.github_access_token', JSON.stringify('REPLACE WITH TOKEN'))
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
Loading…
Reference in New Issue