mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +03:00
fix: change the title of "Security Scheme Type" to match "HTTP Authorization Scheme" (#1126)
This commit is contained in:
parent
7cabd4b90d
commit
289c8e6ae1
|
@ -80,7 +80,7 @@ export class SecurityDefs extends React.PureComponent<SecurityDefsProps> {
|
|||
<table className="security-details">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th> Security scheme type: </th>
|
||||
<th> Security Scheme Type </th>
|
||||
<td> {AUTH_TYPES[scheme.type] || scheme.type} </td>
|
||||
</tr>
|
||||
{scheme.apiKey ? (
|
||||
|
|
Loading…
Reference in New Issue
Block a user