Преглед изворни кода

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

bubble
kyle пре 7 година
committed by GitHub
родитељ
комит
a03bcbdaf4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/core/plugins/oas3/auth-extensions/wrap-selectors.js

+ 1
- 1
src/core/plugins/oas3/auth-extensions/wrap-selectors.js Прегледај датотеку

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


Loading…
Откажи
Сачувај