From 30a538e85e1aa94ef65e5d04bfb4b4885626f258 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 13 Aug 2022 23:58:57 -0400 Subject: FINALLY fix the multiple injections bug --- frontend/src/index.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src') 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(); -- cgit v1.2.3