diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-08-13 23:58:57 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-08-13 23:58:57 -0400 |
| commit | 30a538e85e1aa94ef65e5d04bfb4b4885626f258 (patch) | |
| tree | 733f6f4a6e1776e077639409086963613091170f /frontend | |
| parent | 84a19203c57190dbffa7ab33ac33b3624ae8975a (diff) | |
| download | decky-loader-30a538e85e1aa94ef65e5d04bfb4b4885626f258.tar.gz decky-loader-30a538e85e1aa94ef65e5d04bfb4b4885626f258.zip | |
FINALLY fix the multiple injections bugv2.0.5-pre.8
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index 0347388c..694ac667 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -15,7 +15,6 @@ declare global { } (async () => { window.deckyHasLoaded = true; - await sleep(1000); window.deckyAuthToken = await fetch('http://127.0.0.1:1337/auth/token').then((r) => r.text()); window.DeckyPluginLoader?.dismountAll(); |
