fix: style RefreshToken URL as <code> in the authorization section

Co-authored-by: szaszeke <Szabolcs.Szekely@t-systems.com>
This commit is contained in:
ckszabi 2023-09-11 13:22:18 +03:00 committed by ckoegel
parent 1277d0fbb7
commit bc5b72e88a

View File

@ -39,7 +39,7 @@ export function OAuthFlowComponent(props: OAuthFlowProps) {
{flow!.refreshUrl && (
<SecurityRow>
<strong> Refresh URL: </strong>
{flow!.refreshUrl}
<code>{flow!.refreshUrl}</code>
</SecurityRow>
)}
{!!scopesNames.length && (