aboutsummaryrefslogtreecommitdiff
path: root/src/tools/jwt-parser/jwt-parser.vue
diff options
context:
space:
mode:
authorGravatar bastantoine <bastien.antoine69+github@gmail.com> 2022-11-19 16:24:10 +0100
committerGravatar bastantoine <bastien.antoine69+github@gmail.com> 2022-11-19 16:24:10 +0100
commit98b226de42bf1db642c3f008e50ee23586afae6b (patch)
treee30689df30a9de2e2e05553b7accd40c3cfa043f /src/tools/jwt-parser/jwt-parser.vue
parent9f2874b23da778b49ef9deddb47329168e917164 (diff)
downloadit-tools-feat/jwt-parser.tar.gz
it-tools-feat/jwt-parser.tar.zst
it-tools-feat/jwt-parser.zip
Diffstat (limited to 'src/tools/jwt-parser/jwt-parser.vue')
-rw-r--r--src/tools/jwt-parser/jwt-parser.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/jwt-parser/jwt-parser.vue b/src/tools/jwt-parser/jwt-parser.vue
index 80c9738..d70a67e 100644
--- a/src/tools/jwt-parser/jwt-parser.vue
+++ b/src/tools/jwt-parser/jwt-parser.vue
@@ -9,7 +9,7 @@
<n-table>
<tbody>
- <td colspan="2" class="table-header"><b>Header</b></td>
+ <td colspan="2" class="table-header"><strong>Header</strong></td>
<tr v-for="[key, value] in Object.entries(decodedJWT.header)" :key="key">
<td class="claims"><claim-vue :claim="key" /></td>
<td>
@@ -17,7 +17,7 @@
<value-vue v-else :claim="key" :value="value" />
</td>
</tr>
- <td colspan="2" class="table-header"><b>Payload</b></td>
+ <td colspan="2" class="table-header"><strong>Payload</strong></td>
<tr v-for="[key, value] in Object.entries(decodedJWT.payload)" :key="key">
<td class="claims"><claim-vue :claim="key" /></td>
<td>