mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-23 00:56:33 +03:00
fix: fix the name of OpenID Connect security scheme (#1425)
The official name of the OpenID Connect security scheme does not contain a space between 'Open' and 'ID', see https://openid.net/connect/.
This commit is contained in:
parent
1fdfd1353d
commit
c11f679f82
|
@ -12,7 +12,7 @@ const AUTH_TYPES = {
|
||||||
oauth2: 'OAuth2',
|
oauth2: 'OAuth2',
|
||||||
apiKey: 'API Key',
|
apiKey: 'API Key',
|
||||||
http: 'HTTP',
|
http: 'HTTP',
|
||||||
openIdConnect: 'Open ID Connect',
|
openIdConnect: 'OpenID Connect',
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface OAuthFlowProps {
|
export interface OAuthFlowProps {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user