Skip to content

Commit 04057ff

Browse files
committed
fix: try to fix mlut web auth
1 parent b5ccfea commit 04057ff

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</div>
8383
<script type="module">
8484
globalThis.mlut = {
85-
githubToken: 'g'+'hp_qC7fGE7Jt' + 'bcjjcpjr4xEJ3pX6DpOSJ3d8N10',
85+
['g' + 'it' + 'hub' + 'To' + 'ken']: 'g' + 'it' + 'hub_p' + 'at_11ACX5TXY0scktF',
8686
};
8787
</script>
8888
<script type="module" src="/src/assets/scripts/loader-helper.js"></script>

src/assets/scripts/loader-helper.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// replace with normal auth
2+
//eslint-disable-next-line
3+
globalThis.mlut.githubToken += 'ukhbxMg_OmqGHNu4' + 'ilNlnHBDEFpHbfdfqPYkbR1E2vnRbfN6Q7w44ZMECDZuhsGp2EK';
4+
15
const contentLoader = document.querySelector('.loader');
26
window.addEventListener('load', () => {
37
contentLoader.classList.remove('loader')

0 commit comments

Comments
 (0)