From a4f6c5da80fcc45e9d1e788677e768b451f6b153 Mon Sep 17 00:00:00 2001 From: bastantoine Date: Thu, 22 Dec 2022 20:18:56 +0100 Subject: [PATCH] added description of the tool --- src/tools/jwt-parser/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/jwt-parser/index.ts b/src/tools/jwt-parser/index.ts index f848ee35..dcce4f1f 100644 --- a/src/tools/jwt-parser/index.ts +++ b/src/tools/jwt-parser/index.ts @@ -4,7 +4,7 @@ import { defineTool } from '../tool'; export const tool = defineTool({ name: 'JWT parser', path: '/jwt-parser', - description: '', + description: 'Parse a JWT (JSON Web Token) to display its content.', keywords: ['jwt', 'parser'], component: () => import('./jwt-parser.vue'), icon: Key,