mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
style(console): adjust sample code editor height (#6548)
bug bash fix. adjust sample code editor height, and phrases
This commit is contained in:
parent
f150a67d58
commit
c83fd6fc28
2 changed files with 3 additions and 3 deletions
|
@ -150,7 +150,7 @@ function InstructionTab({ isActive }: Props) {
|
|||
language="typescript"
|
||||
className={styles.sampleCode}
|
||||
value={denyAccessCodeExample}
|
||||
height="320px"
|
||||
height="240px"
|
||||
theme="logto-dark"
|
||||
options={sampleCodeEditorOptions}
|
||||
/>
|
||||
|
|
|
@ -40,8 +40,8 @@ const jwt_claims = {
|
|||
subtitle: 'Use `token` input parameter for current access token payload. ',
|
||||
},
|
||||
api_context: {
|
||||
title: 'API context',
|
||||
subtitle: 'Use `api.denyAccess` method to reject the current token exchange request.',
|
||||
title: 'API context: access control',
|
||||
subtitle: 'Use `api.denyAccess` method to reject the token exchange request.',
|
||||
},
|
||||
fetch_external_data: {
|
||||
title: 'Fetch external data',
|
||||
|
|
Loading…
Add table
Reference in a new issue