Skip to content

Commit f625261

Browse files
committed
temp disable secret key
1 parent 3b5f793 commit f625261

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/features/decoder/components/token-decoder.component.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@ export const TokenDecoderComponent: React.FC<TokenDecoderComponentProps> = ({
177177
description={dictionary.description}
178178
exampleGenerator={dictionary.exampleGenerator}
179179
contentInput={
180-
<></>
180+
<JwtInputComponent
181+
dictionary={dictionary.jwtEditor}
182+
languageCode={languageCode}
183+
/>
181184
}
182185
contentOutput={
183186
<>
@@ -193,10 +196,10 @@ export const TokenDecoderComponent: React.FC<TokenDecoderComponentProps> = ({
193196
decodedPayloadInitialTabId={decodedPayloadInitialTabId}
194197
descriptionVisibility={decodedPayloadDescriptionVisibility}
195198
/>
196-
<SecretKeyInputComponent
199+
{/* <SecretKeyInputComponent
197200
languageCode={languageCode}
198201
dictionary={dictionary.signatureVerification}
199-
/>
202+
/> */}
200203
</>
201204
}
202205
warnings={null}

0 commit comments

Comments
 (0)