chore: add missing AuthAzure case
This commit is contained in:
parent
a1ba004efa
commit
c65dc04e8f
@ -20,6 +20,7 @@ nullaryPathPiece ''AuthenticationKind $ camelToPathPiece' 2
|
|||||||
|
|
||||||
mkAuthMode :: AuthenticationKind -> AuthenticationMode
|
mkAuthMode :: AuthenticationKind -> AuthenticationMode
|
||||||
mkAuthMode AuthKindLDAP = AuthLDAP
|
mkAuthMode AuthKindLDAP = AuthLDAP
|
||||||
|
mkAuthMode AuthKindAzure = AuthAzure
|
||||||
mkAuthMode AuthKindPWHash = AuthPWHash ""
|
mkAuthMode AuthKindPWHash = AuthPWHash ""
|
||||||
mkAuthMode AuthKindNoLogin = AuthNoLogin
|
mkAuthMode AuthKindNoLogin = AuthNoLogin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user