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 GitHub
parent 98813e687d
commit 1d6100111a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 && (