We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9287050 commit 99091d2Copy full SHA for 99091d2
git/gitauth.js
@@ -9,7 +9,7 @@ let githubToken, treeLoc;
9
10
window.onload = () => {
11
12
- githubToken = (getStorage('token') === 'undefined') ? undefined : getStorage('token');
+ githubToken = (getStorage('token') == 'undefined') ? false : getStorage('token');
13
treeLoc = getStorage('tree') ? getStorage('tree').split(',') : ['', '', ''];
14
15
const url = new URL(window.location.href);
0 commit comments