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 dfa2335 commit 95923ebCopy full SHA for 95923eb
git/gitauth.js
@@ -109,7 +109,10 @@ window.onload = async () => {
109
}
110
111
})
112
-
+
113
114
+ loadLS();
115
116
117
// if git code exists in link
118
if (linkData.gitCode) {
@@ -136,12 +139,9 @@ window.onload = async () => {
136
139
const gitCode = linkData.gitCode;
137
140
138
141
// get git token from Github
- await getGithubToken(gitCode);
142
+ getGithubToken(gitCode);
143
144
- loadLS();
145
146
147
0 commit comments