set auth to false for anon file send access (#18978)

This commit is contained in:
John Harrington 2026-02-16 15:55:03 -07:00 committed by GitHub
parent 5623568a2f
commit 728eab3dab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,7 +105,7 @@ export class SendApiService implements SendApiServiceAbstraction {
"POST",
"/sends/access/file/" + send.file.id,
null,
true,
false,
true,
apiUrl,
setAuthTokenHeader,