Merge pull request #773 from ishiy1993/improve-markdown

Improve authStr in markdown
This commit is contained in:
Oleg Grenrus 2017-06-29 14:34:15 +02:00 committed by GitHub
commit b79a0fe0ed

View File

@ -561,6 +561,7 @@ markdown api = unlines $
authStr :: [DocAuthentication] -> [String]
authStr [] = []
authStr auths =
let authIntros = mapped %~ view authIntro $ auths
clientInfos = mapped %~ view authDataRequired $ auths