From 7e3f9edacf6a96e821a7e1850b598b6e303fae1c Mon Sep 17 00:00:00 2001 From: AAGaming Date: Mon, 19 Feb 2024 23:42:24 -0500 Subject: clean up updater logic --- frontend/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/index.ts') diff --git a/frontend/src/index.ts b/frontend/src/index.ts index 1ca06b0e..91324b4f 100644 --- a/frontend/src/index.ts +++ b/frontend/src/index.ts @@ -2,7 +2,7 @@ (async () => { console.debug('Setting up decky-frontend-lib...'); window.DFL = await import('decky-frontend-lib'); - console.debug('Authenticating to Decky backend...'); + console.debug('Authenticating with Decky backend...'); window.deckyAuthToken = await fetch('http://127.0.0.1:1337/auth/token').then((r) => r.text()); console.debug('Connecting to Decky backend...'); window.DeckyBackend = new (await import('./wsrouter')).WSRouter(); -- cgit v1.2.3