File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/features/decoder/components Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments