fix: change the title of "Security Scheme Type" to match "HTTP Authorization Scheme" (#1126)

This commit is contained in:
torbenw 2019-12-10 07:04:42 +01:00 committed by Roman Hotsiy
parent 7cabd4b90d
commit 289c8e6ae1

View File

@ -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 ? (