Procházet zdrojové kódy

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

bubble
kyle před 7 roky
committed by GitHub
rodič
revize
a03bcbdaf4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/core/plugins/oas3/auth-extensions/wrap-selectors.js

+ 1
- 1
src/core/plugins/oas3/auth-extensions/wrap-selectors.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit