Skip to content

Commit 6b21eea

Browse files
remove unused props from dictionary
1 parent 815f65c commit 6b21eea

File tree

1 file changed

+0
-16
lines changed
  • src/features/localization/dictionaries/home

1 file changed

+0
-16
lines changed

src/features/localization/dictionaries/home/en.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,31 +54,15 @@ export const enHomeDictionary: HomeDictionaryModel = {
5454
description: null,
5555
},
5656
info: {
57-
summary: "What is a JWT?",
5857
description:
5958
"Decode, verify, and generate JSON Web Tokens, which are an open, industry standard RFC 7519 method for representing claims securely between two parties.",
60-
ctaButton: {
61-
label: "Learn more about JWT",
62-
path: sitePaths.introduction,
63-
},
64-
secondaryCtaButton: {
65-
label: "See JWT libraries",
66-
path: sitePaths.libraries,
67-
},
6859
resources: {
6960
spec: {
7061
name: "RFC 7519",
7162
link: "https://tools.ietf.org/html/rfc7519",
7263
},
7364
},
7465
},
75-
warning: {
76-
summary: "Warning about using JWTs",
77-
title:
78-
"For your protection, all JWT debugging and validation happens in the browser.",
79-
description:
80-
"Be careful where you paste or share JWTs as they can represent credentials that grant access to resources. This site does not store or transmit your JSON Web Tokens outside of the browser.",
81-
},
8266
decoder: {
8367
title: "JWT Decoder",
8468
compactTitle: "Decoder",

0 commit comments

Comments
 (0)