Everything break if you don't JSON.stringify the TOKEN.

This commit is contained in:
Kabir Sala 2014-05-14 01:42:09 +02:00
parent 2d46b30a7d
commit 300d22c60b
1 changed files with 1 additions and 1 deletions

View File

@ -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