0
Fork 0
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:
simeng-li 2024-09-06 11:07:57 +08:00 committed by GitHub
parent f150a67d58
commit c83fd6fc28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -150,7 +150,7 @@ function InstructionTab({ isActive }: Props) {
language="typescript"
className={styles.sampleCode}
value={denyAccessCodeExample}
height="320px"
height="240px"
theme="logto-dark"
options={sampleCodeEditorOptions}
/>

View file

@ -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',