Merge pull request #773 from ishiy1993/improve-markdown
Improve authStr in markdown
This commit is contained in:
commit
b79a0fe0ed
1 changed files with 1 additions and 0 deletions
|
@ -561,6 +561,7 @@ markdown api = unlines $
|
||||||
|
|
||||||
|
|
||||||
authStr :: [DocAuthentication] -> [String]
|
authStr :: [DocAuthentication] -> [String]
|
||||||
|
authStr [] = []
|
||||||
authStr auths =
|
authStr auths =
|
||||||
let authIntros = mapped %~ view authIntro $ auths
|
let authIntros = mapped %~ view authIntro $ auths
|
||||||
clientInfos = mapped %~ view authDataRequired $ auths
|
clientInfos = mapped %~ view authDataRequired $ auths
|
||||||
|
|
Loading…
Reference in a new issue