We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In 10c718c#diff-523b5854607cd30a5e831cbdd362cee9d0b3e6b7e499ebd2837544a2889ba95cR715 a let was replaced with a const. However, the matches value gets overwritten in case of encrypted JWTs at
let
const
matches
jwt-webtool/src/js/app.js
Line 797 in fa43a71
Which results in TypeError: Assignment to constant variable.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Fixed
Successfully merging a pull request may close this issue.
In 10c718c#diff-523b5854607cd30a5e831cbdd362cee9d0b3e6b7e499ebd2837544a2889ba95cR715 a
let
was replaced with aconst
. However, thematches
value gets overwritten in case of encrypted JWTs atjwt-webtool/src/js/app.js
Line 797 in fa43a71
Which results in TypeError: Assignment to constant variable.
The text was updated successfully, but these errors were encountered: