mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14:56 +03:00
Change the title of "Security Scheme Type" to match "HTTP Authorization Scheme"
The way "Security Scheme Type" was written did not match the way "HTTP Authorization Scheme" is written in the security details table.
This commit is contained in:
parent
dc5430e53d
commit
ae6b8b576a
|
@ -80,7 +80,7 @@ export class SecurityDefs extends React.PureComponent<SecurityDefsProps> {
|
||||||
<table className="security-details">
|
<table className="security-details">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th> Security scheme type: </th>
|
<th> Security Scheme Type </th>
|
||||||
<td> {AUTH_TYPES[scheme.type] || scheme.type} </td>
|
<td> {AUTH_TYPES[scheme.type] || scheme.type} </td>
|
||||||
</tr>
|
</tr>
|
||||||
{scheme.apiKey ? (
|
{scheme.apiKey ? (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user