mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
fix: style RefreshToken URL as <code> in the authorization section
Co-authored-by: szaszeke <Szabolcs.Szekely@t-systems.com>
This commit is contained in:
parent
98813e687d
commit
1d6100111a
|
@ -39,7 +39,7 @@ export function OAuthFlowComponent(props: OAuthFlowProps) {
|
||||||
{flow!.refreshUrl && (
|
{flow!.refreshUrl && (
|
||||||
<SecurityRow>
|
<SecurityRow>
|
||||||
<strong> Refresh URL: </strong>
|
<strong> Refresh URL: </strong>
|
||||||
{flow!.refreshUrl}
|
<code>{flow!.refreshUrl}</code>
|
||||||
</SecurityRow>
|
</SecurityRow>
|
||||||
)}
|
)}
|
||||||
{!!scopesNames.length && (
|
{!!scopesNames.length && (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user