Skip to content

Commit 95923eb

Browse files
authored
Update gitauth.js
1 parent dfa2335 commit 95923eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

git/gitauth.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ window.onload = async () => {
109109
}
110110

111111
})
112-
112+
113+
114+
loadLS();
115+
113116

114117
// if git code exists in link
115118
if (linkData.gitCode) {
@@ -136,12 +139,9 @@ window.onload = async () => {
136139
const gitCode = linkData.gitCode;
137140

138141
// get git token from Github
139-
await getGithubToken(gitCode);
142+
getGithubToken(gitCode);
140143

141144
}
142-
143-
144-
loadLS();
145145

146146
}
147147

0 commit comments

Comments
 (0)