Closed macrouch closed 4 months ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 94.86%. Comparing base (
5f965c1
) to head (0b4d7bb
).
Files | Patch % | Lines |
---|---|---|
src/main/main.ts | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
What is the feature?
The code to read the URL for Windows/Linux was stripping out the last character of the URL. This was causing the JWT signature to be invalid, resulting in redirects to get a new token.
What is the Solution?
Removing the code that stripped the last character of the URL
What areas of the application does this impact?
Opening application/logging in on Windows
Testing
Reproduction steps
Download files on Windows
Checklist
version
field in package.json and rannpm install