Ver código fonte

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

bubble
kyle 7 anos atrás
committed by GitHub
pai
commit
a03bcbdaf4
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/core/plugins/oas3/auth-extensions/wrap-selectors.js

+ 1
- 1
src/core/plugins/oas3/auth-extensions/wrap-selectors.js Ver arquivo

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

const OAS3NullSelector = onlyOAS3(nullSelector)

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


Carregando…
Cancelar
Salvar