From 554a7d7530c0600b30768df62db22d5b27e14fe7 Mon Sep 17 00:00:00 2001 From: Marek Maslowski <99432678+tiquis0290@users.noreply.github.com> Date: Sat, 4 Apr 2026 19:56:02 +0200 Subject: [PATCH] changing back to download tokens are no longer used here --- client/src/api/authUrl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/api/authUrl.ts b/client/src/api/authUrl.ts index 240d130d..cebd2f92 100644 --- a/client/src/api/authUrl.ts +++ b/client/src/api/authUrl.ts @@ -1,4 +1,4 @@ -export async function getAuthUrl(url: string, purpose: string): Promise { +export async function getAuthUrl(url: string, purpose: 'download'): Promise { if (!url) return url try { const resp = await fetch('/api/auth/resource-token', {