chore: add missing AuthAzure case

This commit is contained in:
Sarah Vaupel 2024-01-28 20:05:28 +01:00
parent a1ba004efa
commit c65dc04e8f

View File

@ -20,6 +20,7 @@ nullaryPathPiece ''AuthenticationKind $ camelToPathPiece' 2
mkAuthMode :: AuthenticationKind -> AuthenticationMode
mkAuthMode AuthKindLDAP = AuthLDAP
mkAuthMode AuthKindAzure = AuthAzure
mkAuthMode AuthKindPWHash = AuthPWHash ""
mkAuthMode AuthKindNoLogin = AuthNoLogin