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