Improve authStr in markdown
This commit is contained in:
parent
70aae4c5c0
commit
1ba7624e69
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