Skip to content

Commit 1d61001

Browse files
ckszabiszaszeke
and
szaszeke
authoredSep 11, 2023
fix: style RefreshToken URL as <code> in the authorization section
Co-authored-by: szaszeke <Szabolcs.Szekely@t-systems.com>
1 parent 98813e6 commit 1d61001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/SecurityRequirement/OAuthFlow.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function OAuthFlowComponent(props: OAuthFlowProps) {
3939
{flow!.refreshUrl && (
4040
<SecurityRow>
4141
<strong> Refresh URL: </strong>
42-
{flow!.refreshUrl}
42+
<code>{flow!.refreshUrl}</code>
4343
</SecurityRow>
4444
)}
4545
{!!scopesNames.length && (

0 commit comments

Comments
 (0)
Please sign in to comment.