Browse Source

Well, it's "authorization" not "authentication".

bubble
kyle 7 years ago
committed by GitHub
parent
commit
a03bcbdaf4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core/plugins/oas3/auth-extensions/wrap-selectors.js

+ 1
- 1
src/core/plugins/oas3/auth-extensions/wrap-selectors.js View File

@@ -20,7 +20,7 @@ const nullSelector = createSelector(() => null)


const OAS3NullSelector = onlyOAS3(nullSelector) const OAS3NullSelector = onlyOAS3(nullSelector)


// Hasta la vista, authentication!
// Hasta la vista, authorization!
export const shownDefinitions = OAS3NullSelector export const shownDefinitions = OAS3NullSelector
export const definitionsToAuthorize = OAS3NullSelector export const definitionsToAuthorize = OAS3NullSelector
export const getDefinitionsByNames = OAS3NullSelector export const getDefinitionsByNames = OAS3NullSelector


Loading…
Cancel
Save