From ae6b8b576ab29b2389fdf3d584b30d279bab61eb Mon Sep 17 00:00:00 2001 From: torbenw Date: Thu, 5 Dec 2019 14:45:41 +0100 Subject: [PATCH] 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. --- src/components/SecuritySchemes/SecuritySchemes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SecuritySchemes/SecuritySchemes.tsx b/src/components/SecuritySchemes/SecuritySchemes.tsx index f192cc2f..7f11eeed 100644 --- a/src/components/SecuritySchemes/SecuritySchemes.tsx +++ b/src/components/SecuritySchemes/SecuritySchemes.tsx @@ -80,7 +80,7 @@ export class SecurityDefs extends React.PureComponent { - + {scheme.apiKey ? (
Security scheme type: Security Scheme Type {AUTH_TYPES[scheme.type] || scheme.type}