Skip to content

Commit

Permalink
chore: Remove commented out code in Search.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 27, 2024
1 parent 0336969 commit 337100d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extensions/jwt/src/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
function pasteJwt() {
clipboard.readText().then((text) => {
// text =
// "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNzE2MjU0MDM4fQ.YC6NH4A3Tu0CegOQu5hCVV-6QubWzSqo7QQ-dusyTYY";
if (jwtIsValid(text)) {
jwtToken = JwtToken.parse(splitJwt(text));
} else {
Expand Down

0 comments on commit 337100d

Please sign in to comment.