security: remove token from log output

This commit is contained in:
V1ck3s
2026-01-02 17:45:28 +01:00
parent ba2aa98a23
commit 5b736ea61a

View File

@@ -244,8 +244,7 @@ public class DeezerDownloadService : IDownloadService
_licenseToken = licenseToken.GetString(); _licenseToken = licenseToken.GetString();
} }
_logger.LogInformation("Deezer token refreshed: {Token}...", _logger.LogInformation("Deezer token refreshed successfully");
_apiToken?[..Math.Min(16, _apiToken?.Length ?? 0)]);
return true; return true;
} }