Skip to content

Commit 99faf49

Browse files
authored
Update gitauth.js
1 parent 96a20ff commit 99faf49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

git/gitauth.js

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

111111
})
112+
113+
114+
loadLS();
115+
112116

113117
// if git code exists in link
114118
if (linkData.gitCode) {
@@ -139,9 +143,6 @@ window.onload = async () => {
139143

140144
}
141145

142-
143-
loadLS();
144-
145146
}
146147

147148
async function getGithubToken(gitCode) {

0 commit comments

Comments
 (0)