We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98813e6 commit 1d61001Copy full SHA for 1d61001
src/components/SecurityRequirement/OAuthFlow.tsx
@@ -39,7 +39,7 @@ export function OAuthFlowComponent(props: OAuthFlowProps) {
39
{flow!.refreshUrl && (
40
<SecurityRow>
41
<strong> Refresh URL: </strong>
42
- {flow!.refreshUrl}
+ <code>{flow!.refreshUrl}</code>
43
</SecurityRow>
44
)}
45
{!!scopesNames.length && (
0 commit comments